'Fix:修复导入出错的问题'

This commit is contained in:
wanglin2
2023-04-26 11:20:34 +08:00
parent fdc0017ccb
commit cd4c5ecd83
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "simple-mind-map",
"version": "0.5.10",
"version": "0.5.10-fix.1",
"description": "一个简单的web在线思维导图",
"authors": [
{

View File

@@ -266,7 +266,6 @@ class Render {
// 重新渲染需要清除激活状态
if (this.reRender) {
this.clearActive()
this.layout.clearNodePool()
}
// 计算布局
this.layout.doLayout(root => {