This commit is contained in:
SteVen Batten 2022-06-07 08:53:13 -07:00 committed by GitHub
parent 75a6ddc862
commit c51f8ff55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1241,6 +1241,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
this.setEditorHidden(!visible, true);
}
this._onDidChangePartVisibility.fire();
this._onDidLayout.fire(this._dimension);
}));
}