mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Fix:修复初始渲染时概要会重叠的问题
This commit is contained in:
parent
f52fd2ff48
commit
4a5501f7a3
@ -160,6 +160,8 @@ class MindMapNode {
|
||||
}
|
||||
// 初始化
|
||||
this.getSize()
|
||||
// 初始需要计算一下概要节点的大小,否则计算布局时获取不到概要的大小
|
||||
this.updateGeneralization()
|
||||
this.initDragHandle()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user