提交 c882abda 编写于 作者: I isidor

open editors: use scheduler always when updating tree

上级 59fa1609
......@@ -217,7 +217,7 @@ export class OpenEditorsView extends AdaptiveCollapsibleViewletView {
this.dirtyCountElement.textContent = nls.localize('dirtyCounter', "{0} unsaved", dirty);
dom.removeClass(this.dirtyCountElement, 'hidden');
}
this.updateTree();
this.updateTreeScheduler.schedule();
}
private getExpandedBodySize(model: IEditorStacksModel): number {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册