We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7629bf7 commit 48c6ecdCopy full SHA for 48c6ecd
src/vs/workbench/browser/layout.ts
@@ -2094,7 +2094,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
2094
return (
2095
this.getPanelAlignment() === 'center' || // the workbench grid currently prevents us from supporting panel
2096
!isHorizontal(this.getPanelPosition()) // maximization with non-center panel alignment
2097
- ) && this.isVisible(Parts.PANEL_PART, mainWindow) && !this.isVisible(Parts.EDITOR_PART, mainWindow);
+ ) && !this.isVisible(Parts.EDITOR_PART, mainWindow) && !this.isAuxiliaryBarMaximized();
2098
}
2099
2100
toggleMaximizedPanel(): void {
0 commit comments