提交 11698ecd 编写于 作者: B Benjamin Pasero

fix #51150

上级 25379fc7
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册