mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Feat:新增渲染开始事件node_tree_render_start
This commit is contained in:
parent
a3d5588cd6
commit
1f8fad8fc5
@ -448,6 +448,7 @@ class Render {
|
||||
this.mindMap.emit('node_tree_render_end')
|
||||
return
|
||||
}
|
||||
this.mindMap.emit('node_tree_render_start')
|
||||
// 计算布局
|
||||
this.layout.doLayout(root => {
|
||||
// 删除本次渲染时不再需要的节点
|
||||
|
||||
Loading…
Reference in New Issue
Block a user