Fix:修复初始渲染时概要会重叠的问题
This commit is contained in:
parent
f52fd2ff48
commit
4a5501f7a3
@ -160,6 +160,8 @@ class MindMapNode {
|
|||||||
}
|
}
|
||||||
// 初始化
|
// 初始化
|
||||||
this.getSize()
|
this.getSize()
|
||||||
|
// 初始需要计算一下概要节点的大小,否则计算布局时获取不到概要的大小
|
||||||
|
this.updateGeneralization()
|
||||||
this.initDragHandle()
|
this.initDragHandle()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user