diff --git a/src/vs/workbench/electron-browser/actions.ts b/src/vs/workbench/electron-browser/actions.ts index c09537dca7f9e679f33a35346035f3150b75230d..1a54d767562d55b39d253c16f052000611496076 100644 --- a/src/vs/workbench/electron-browser/actions.ts +++ b/src/vs/workbench/electron-browser/actions.ts @@ -1197,7 +1197,7 @@ export abstract class BaseNavigationAction extends Action { } protected navigateAcrossEditorGroup(direction: GroupDirection): TPromise { - const nextGroup = this.editorGroupService.findGroup({ direction }, this.editorGroupService.activeGroup, true); + const nextGroup = this.editorGroupService.findGroup({ direction }, this.editorGroupService.activeGroup); if (nextGroup) { nextGroup.focus();