chore: Flatten left nav in preparation to refactor drag to reorder (#1689)
* flatten hierarchy * fix drop to import positioning on collections
This commit is contained in:
@@ -26,7 +26,7 @@ function Sidebar({ location, children }: Props) {
|
||||
if (location !== previousLocation) {
|
||||
ui.hideMobileSidebar();
|
||||
}
|
||||
}, [ui, location]);
|
||||
}, [ui, location, previousLocation]);
|
||||
|
||||
const content = (
|
||||
<Container
|
||||
|
||||
Reference in New Issue
Block a user