提交 9ef5f082 编写于 作者: J Joao Moreno

remember to clear cache

上级 19f030b2
......@@ -402,6 +402,7 @@ export class MarkersPanel extends Panel implements IMarkerFilterController {
}
private render(): void {
this.cachedFilterStats = undefined;
this.tree.setChildren(null, createModelIterator(this.markersWorkbenchService.markersModel));
const { total, filtered } = this.getFilterStats();
dom.toggleClass(this.treeContainer, 'hidden', total > 0 && filtered === 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册