未验证 提交 173fc1a5 编写于 作者: J Joao Moreno

fixes #89609

上级 4e27cff4
......@@ -562,7 +562,7 @@ export class AsyncDataTree<TInput, T, TFilterData = void> implements IDisposable
const node = this.getDataNode(element);
if (!this.tree.isCollapsible(node)) {
if (this.tree.hasElement(node) && !this.tree.isCollapsible(node)) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册