'Fix:修复导入出错的问题'
This commit is contained in:
parent
fdc0017ccb
commit
cd4c5ecd83
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-mind-map",
|
"name": "simple-mind-map",
|
||||||
"version": "0.5.10",
|
"version": "0.5.10-fix.1",
|
||||||
"description": "一个简单的web在线思维导图",
|
"description": "一个简单的web在线思维导图",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -266,7 +266,6 @@ class Render {
|
|||||||
// 重新渲染需要清除激活状态
|
// 重新渲染需要清除激活状态
|
||||||
if (this.reRender) {
|
if (this.reRender) {
|
||||||
this.clearActive()
|
this.clearActive()
|
||||||
this.layout.clearNodePool()
|
|
||||||
}
|
}
|
||||||
// 计算布局
|
// 计算布局
|
||||||
this.layout.doLayout(root => {
|
this.layout.doLayout(root => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user