Commit 8dd3d5e8 authored by techird's avatar techird

publish

parent 6dfb569a
...@@ -1767,6 +1767,9 @@ KityMinder.registerModule( "HistoryModule", function () { ...@@ -1767,6 +1767,9 @@ KityMinder.registerModule( "HistoryModule", function () {
km.historyManager.saveScene() km.historyManager.saveScene()
} }
} }
},
"import":function(){
this.historyManager.reset()
} }
} }
}; };
...@@ -4357,7 +4360,8 @@ KityMinder.registerModule( "TextEditModule", function () { ...@@ -4357,7 +4360,8 @@ KityMinder.registerModule( "TextEditModule", function () {
} }
if(e.commandName == 'priority' || e.commandName == 'progress'){ if((e.commandName == 'priority' || e.commandName == 'progress') && this.getStatus() == 'textedit' ){
receiver.setBaseOffset() receiver.setBaseOffset()
.getTextOffsetData(); .getTextOffsetData();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment