Commit 196addf0 authored by techird's avatar techird

拆分minder.js

parent 23920e31
......@@ -75,7 +75,7 @@
run('append', 'techird');
run('append', ' good ');
run('batch', 'a:good ', 'a:study');
run('batch', 'a:good ', 'a:studying', 'd:3');
run('undo');
run('redo');
run('undo');
......
var km = window.km = {};
km.version = '1.0.0.0';
\ No newline at end of file
......@@ -120,7 +120,7 @@ KityMinder.registerModule( "HistoryModule", function () {
"events": {
"beforecommand": function ( e ) {
if ( isRedoing( this ) ) {
e.cancel();
e.stopPropagation();
}
},
......
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