提交 8df78c5c 编写于 作者: S Sandeep Somavarapu

Fix #31191

上级 2b61318d
...@@ -183,8 +183,8 @@ export class TreeView extends CollapsibleView { ...@@ -183,8 +183,8 @@ export class TreeView extends CollapsibleView {
elements = elements ? elements : [this.tree.getInput()]; elements = elements ? elements : [this.tree.getInput()];
for (const element of elements) { for (const element of elements) {
element.children = null; element.children = null;
this.tree.refresh(element);
} }
this.tree.refresh(elements);
} }
dispose(): void { dispose(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册