fix tree dnd
This commit is contained in:
parent
f7426a0b45
commit
4e7af507c6
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue