优化设置主题、前进回退等操作的性能问题

This commit is contained in:
wanglin2 2023-03-31 14:36:08 +08:00
parent c90ee9e892
commit f8506cb75b

View File

@ -13,6 +13,7 @@ class Base {
this.draw = this.mindMap.draw
// 根节点
this.root = null
// 保存所有uid和节点用于复用
this.nodePool = {}
}