mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 19:08:21 +01:00
revert unintentional change
This commit is contained in:
@@ -1580,6 +1580,7 @@ export class EditorLayoutCenteredAction extends Action {
|
||||
}
|
||||
|
||||
public run(): TPromise<any> {
|
||||
|
||||
// Ensure we can enter centered editor layout even if there are more than 1 groups
|
||||
if (this.editorGroupService.count > 1) {
|
||||
mergeAllGroups(this.editorGroupService);
|
||||
|
||||
Reference in New Issue
Block a user