mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
fix tree dnd
This commit is contained in:
parent
f7426a0b45
commit
4e7af507c6
@ -93,9 +93,7 @@ export default function GlobalAppShell({
|
||||
<AppHeader />
|
||||
</AppShell.Header>
|
||||
{!isHomeRoute && (
|
||||
<AppShell.Navbar className={classes.navbar} withBorder={false} ref={sidebarRef}
|
||||
onMouseDown={(e) => e.preventDefault()}
|
||||
>
|
||||
<AppShell.Navbar className={classes.navbar} withBorder={false} ref={sidebarRef}>
|
||||
<div className={classes.resizeHandle} onMouseDown={startResizing} />
|
||||
{isSpaceRoute && <SpaceSidebar />}
|
||||
{isSettingsRoute && <SettingsSidebar />}
|
||||
|
Loading…
x
Reference in New Issue
Block a user