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

💄

上级 136db8a3
......@@ -160,8 +160,7 @@ export class TreeModel<T> {
}
isCollapsed(location: number[]): boolean {
const { node } = this.findNode(location);
return node.collapsed;
return this.findNode(location).node.collapsed;
}
private findNode(location: number[]): { node: IMutableTreeNode<T>, listIndex: number, visible: boolean } {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册