ant-design-pro-blazor icon indicating copy to clipboard operation
ant-design-pro-blazor copied to clipboard

When Select "Top Menu Layout" from Setting panel the right menu render disappear

Open Aamirkhan10218 opened this issue 5 months ago • 0 comments

I am using Ant Design Pro template full. there is a bug or something else when i select "Top Menu Layout" from setting panel the Right Content Render Element get disappeared from the layout and when select any other instead of "Top Menu Layout" it shows again. I also check this on live site of https://pro.antblazor.com/ but the behaviour is same so I think its a bug and needs to get fixed ASAP. Thanks My Layout code is here

<AntDesign.ProLayout.BasicLayout Loading="@IsNavMenuLoading" Mode="MenuMode.Vertical" Logo="@("assets/Capture.png")" MenuData="NavMenuItems"> <RightContentRender> <Space> <SpaceItem> <Button>Logout</Button> </SpaceItem> </Space> </RightContentRender> <ChildContent> @Body </ChildContent> <FooterRender> </FooterRender> </AntDesign.ProLayout.BasicLayout>

<AntDesign.ProLayout.SettingDrawer HideCopyButton="true" HideHintAlert="true">

</AntDesign.ProLayout.SettingDrawer>

Aamirkhan10218 avatar Feb 23 '24 19:02 Aamirkhan10218