mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 18:27:38 +01:00
Fix #31191
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user