fix: Sidebar hidden when viewing shared document logged-in
This commit is contained in:
@@ -55,7 +55,7 @@ function AppSidebar() {
|
||||
);
|
||||
|
||||
return (
|
||||
<Sidebar ref={handleSidebarRef}>
|
||||
<Sidebar hidden={!ui.readyToShow} ref={handleSidebarRef}>
|
||||
<HistoryNavigation />
|
||||
{dndArea && (
|
||||
<DndProvider backend={HTML5Backend} options={html5Options}>
|
||||
|
||||
Reference in New Issue
Block a user