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