This commit is contained in:
Sandeep Somavarapu
2017-07-25 22:25:21 +05:30
parent 2b61318d42
commit 8df78c5cfc
@@ -183,8 +183,8 @@ export class TreeView extends CollapsibleView {
elements = elements ? elements : [this.tree.getInput()];
for (const element of elements) {
element.children = null;
this.tree.refresh(element);
}
this.tree.refresh(elements);
}
dispose(): void {