mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 09:09:46 +01:00
fix #51150
This commit is contained in:
@@ -1197,7 +1197,7 @@ export abstract class BaseNavigationAction extends Action {
|
||||
}
|
||||
|
||||
protected navigateAcrossEditorGroup(direction: GroupDirection): TPromise<boolean> {
|
||||
const nextGroup = this.editorGroupService.findGroup({ direction }, this.editorGroupService.activeGroup, true);
|
||||
const nextGroup = this.editorGroupService.findGroup({ direction }, this.editorGroupService.activeGroup);
|
||||
if (nextGroup) {
|
||||
nextGroup.focus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user