make sure to focus once centered layout is activated fixes #61673

This commit is contained in:
isidor
2018-10-24 12:01:59 +02:00
parent 8aef44b642
commit de1c041534
@@ -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 {