提交 69e53866 编写于 作者: J Joao Moreno

fixes #28992

上级 edcb27d7
......@@ -1626,6 +1626,10 @@ export class TreeView extends HeightMap {
}
private removeItemFromDOM(item: ViewItem): void {
if (!item) {
return;
}
item.removeFromDOM();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册