提交 698b6673 编写于 作者: I isidor

open editors: always refresh the whole group not just the element

fixes #22513
上级 8884b22a
......@@ -197,8 +197,7 @@ export class OpenEditorsView extends AdaptiveCollapsibleViewletView {
}
this.structuralTreeRefreshScheduler.schedule(this.structuralRefreshDelay);
} else {
const toRefresh = e.editor ? new OpenEditor(e.editor, e.group) : e.group;
this.tree.refresh(toRefresh, false).done(() => this.highlightActiveEditor(), errors.onUnexpectedError);
this.tree.refresh(e.group).done(() => this.highlightActiveEditor(), errors.onUnexpectedError);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册