提交 010a45cc 编写于 作者: I isidor

editorService: do not take priority to later groups

上级 ad827cd3
......@@ -286,7 +286,7 @@ export class EditorService extends Disposable implements EditorServiceImpl {
targetGroup = group;
break;
}
if (group.isOpened(input)) {
if (group.isOpened(input) && !targetGroup) {
targetGroup = group;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册