LeftPane should be full width when empty

This commit is contained in:
Jamie Kyle
2024-02-28 18:03:18 -08:00
committed by GitHub
parent 08eb4fc168
commit 42a0e78e87

View File

@@ -644,10 +644,7 @@ export function LeftPane({
navTabsCollapsed={navTabsCollapsed}
onToggleNavTabsCollapse={toggleNavTabsCollapse}
preferredLeftPaneWidth={preferredWidthFromStorage}
requiresFullWidth={
modeSpecificProps.mode !== LeftPaneMode.Inbox ||
modeSpecificProps.isAboutToSearch
}
requiresFullWidth={helper.requiresFullWidth()}
savePreferredLeftPaneWidth={savePreferredLeftPaneWidth}
renderToastManager={renderToastManager}
actions={