mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
remove tree.isExpanded
This commit is contained in:
@@ -331,10 +331,6 @@ export class AsyncDataTree<T extends NonNullable<any>, TFilterData = void> imple
|
||||
return this.tree.isCollapsed(this.getDataNode(element));
|
||||
}
|
||||
|
||||
isExpanded(element: T): boolean {
|
||||
return this.tree.isExpanded(this.getDataNode(element));
|
||||
}
|
||||
|
||||
refilter(): void {
|
||||
this.tree.refilter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user