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 />
|
<AppHeader />
|
||||||
</AppShell.Header>
|
</AppShell.Header>
|
||||||
{!isHomeRoute && (
|
{!isHomeRoute && (
|
||||||
<AppShell.Navbar className={classes.navbar} withBorder={false} ref={sidebarRef}
|
<AppShell.Navbar className={classes.navbar} withBorder={false} ref={sidebarRef}>
|
||||||
onMouseDown={(e) => e.preventDefault()}
|
|
||||||
>
|
|
||||||
<div className={classes.resizeHandle} onMouseDown={startResizing} />
|
<div className={classes.resizeHandle} onMouseDown={startResizing} />
|
||||||
{isSpaceRoute && <SpaceSidebar />}
|
{isSpaceRoute && <SpaceSidebar />}
|
||||||
{isSettingsRoute && <SettingsSidebar />}
|
{isSettingsRoute && <SettingsSidebar />}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue