style: show interaction when active (#1692)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
Aditya Sharma
2023-03-27 09:34:03 +05:30
committed by GitHub
parent 0968a26a84
commit b01deaa786
4 changed files with 609 additions and 783 deletions

View File

@@ -198,7 +198,7 @@ export const WorkspaceLayoutInner: React.FC<React.PropsWithChildren> = ({
onOpenWorkspaceListModal={handleOpenWorkspaceListModal}
openPage={handleOpenPage}
createPage={handleCreatePage}
currentPath={router.asPath}
currentPath={router.asPath.split('?')[0]}
paths={isPublicWorkspace ? publicPathGenerator : pathGenerator}
/>
<StyledWrapper className="main-container">