fix: Sidebar hidden when viewing shared document logged-in

This commit is contained in:
Tom Moor
2024-06-12 22:30:39 -04:00
parent 5b866a7451
commit 076d564aa3
2 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ function AppSidebar() {
);
return (
<Sidebar ref={handleSidebarRef}>
<Sidebar hidden={!ui.readyToShow} ref={handleSidebarRef}>
<HistoryNavigation />
{dndArea && (
<DndProvider backend={HTML5Backend} options={html5Options}>