Fix:修复从富文本模式切换到非富文本模式时

This commit is contained in:
wanglin2 2023-03-24 11:33:17 +08:00
parent 724fef87b1
commit cca42d1f89

View File

@ -442,6 +442,8 @@ class RichText {
0, 0,
0 0
) )
this.mindMap.command.clearHistory()
this.mindMap.command.addHistory()
this.mindMap.reRender() this.mindMap.reRender()
} }