提交 b9020361 编写于 作者: I isidor

open editors: click on groups should activate them

上级 8dc5cec1
......@@ -268,6 +268,8 @@ export class OpenEditorsView extends ViewsViewletPanel {
} else {
this.openEditor(element, { preserveFocus: isSingleClick, pinned: isDoubleClick, sideBySide: openToSide });
}
} else {
this.editorGroupService.activateGroup(element);
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册