Fix:修复全选没有触发node_active事件的问题

This commit is contained in:
wanglin2 2023-09-01 16:36:25 +08:00
parent 7ccf796c34
commit 726460c812

View File

@ -416,6 +416,7 @@ class Render {
0, 0,
0 0
) )
this.mindMap.emit('node_active', null, [...this.activeNodeList])
} }
// 回退 // 回退