mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 01:28:01 +01:00
💄
This commit is contained in:
@@ -138,7 +138,6 @@ export class CompressedObjectTreeModel<T extends NonNullable<any>, TFilterData e
|
||||
element: T | null,
|
||||
children: ISequence<ICompressedTreeElement<T>> | undefined
|
||||
): void {
|
||||
|
||||
if (element === null) {
|
||||
const compressedChildren = Iterator.map(Iterator.from(children), this.enabled ? compress : noCompress);
|
||||
this._setChildren(null, compressedChildren);
|
||||
|
||||
Reference in New Issue
Block a user