提交 6e618bd7 编写于 作者: I isidor

open editors view: only react to non structural changes if a structural refresh is not scheduled

上级 3eda4250
......@@ -281,7 +281,7 @@ export class OpenEditorsView extends ViewsViewletPanel {
// Do a minimal tree update based on if the change is structural or not #6670
if (e.structural) {
this.listRefreshScheduler.schedule(this.structuralRefreshDelay);
} else {
} else if (!this.listRefreshScheduler.isScheduled()) {
const newElement = e.editor ? new OpenEditor(e.editor, e.group) : e.group;
const index = this.getIndex(e.group, e.editor);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册