mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 22:20:21 +00:00
This commit is contained in:
@@ -2094,7 +2094,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
|
||||
return (
|
||||
this.getPanelAlignment() === 'center' || // the workbench grid currently prevents us from supporting panel
|
||||
!isHorizontal(this.getPanelPosition()) // maximization with non-center panel alignment
|
||||
) && this.isVisible(Parts.PANEL_PART, mainWindow) && !this.isVisible(Parts.EDITOR_PART, mainWindow);
|
||||
) && !this.isVisible(Parts.EDITOR_PART, mainWindow) && !this.isAuxiliaryBarMaximized();
|
||||
}
|
||||
|
||||
toggleMaximizedPanel(): void {
|
||||
|
||||
Reference in New Issue
Block a user