mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
style: show interaction when active (#1692)
Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user