sync hidden sidebar layout with mobile
This commit is contained in:
@@ -232,6 +232,7 @@ const InstanceShell: Component<InstanceShellProps> = (props) => {
|
||||
escapeInDebounce={props.escapeInDebounce}
|
||||
showSidebarToggle={shouldShowSidebarToggle()}
|
||||
onSidebarToggle={() => setIsSidebarOpen(true)}
|
||||
forceCompactStatusLayout={shouldShowSidebarToggle()}
|
||||
/>
|
||||
)}
|
||||
</Show>
|
||||
|
||||
Reference in New Issue
Block a user