提交 bbb2121d 编写于 作者: J Joao Moreno

💄

上级 f8b2bb84
...@@ -138,7 +138,6 @@ export class CompressedObjectTreeModel<T extends NonNullable<any>, TFilterData e ...@@ -138,7 +138,6 @@ export class CompressedObjectTreeModel<T extends NonNullable<any>, TFilterData e
element: T | null, element: T | null,
children: ISequence<ICompressedTreeElement<T>> | undefined children: ISequence<ICompressedTreeElement<T>> | undefined
): void { ): void {
if (element === null) { if (element === null) {
const compressedChildren = Iterator.map(Iterator.from(children), this.enabled ? compress : noCompress); const compressedChildren = Iterator.map(Iterator.from(children), this.enabled ? compress : noCompress);
this._setChildren(null, compressedChildren); this._setChildren(null, compressedChildren);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册