diff --git a/src/vs/workbench/electron-browser/actions.ts b/src/vs/workbench/electron-browser/actions.ts index c09537dca7f..1a54d767562 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();