revert unintentional change

This commit is contained in:
SteVen Batten
2018-06-15 10:38:39 -07:00
parent 062a11ea1f
commit 8c5a4fd484
@@ -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);