mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
make sure to focus once centered layout is activated fixes #61673
This commit is contained in:
@@ -799,6 +799,7 @@ export class EditorPart extends Part implements EditorGroupsServiceImpl, IEditor
|
||||
|
||||
centerLayout(active: boolean): void {
|
||||
this.centeredLayoutWidget.activate(active);
|
||||
this._activeGroup.focus();
|
||||
}
|
||||
|
||||
isLayoutCentered(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user