Skip to content

Commit

Permalink
Fix #31191
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jul 25, 2017
1 parent 2b61318 commit 8df78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/views/browser/treeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8df78c5

Please sign in to comment.