提交 d91209b3 编写于 作者: M Matt Bierner

Fix image views not being activated properly

上级 2235ebf5
......@@ -175,7 +175,7 @@ export class CustomEditorService implements ICustomEditorService {
const existingEditors = group.editors.filter(editor => editor.getResource() && isEqual(editor.getResource()!, resource));
if (existingEditors.length) {
const existing = existingEditors[0];
if (existing.matches(input)) {
if (input.matches(existing)) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册