This commit is contained in:
SteVen Batten 2021-02-22 10:47:29 -08:00
parent 9cc75d0e92
commit 427d9e1fc6

View file

@ -1545,10 +1545,6 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
}
isPanelMaximized(): boolean {
if (!this.workbenchGrid) {
return false;
}
return this.state.editor.hidden;
}