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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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={