Commit 8d134143 authored by campaign's avatar campaign

by zhanyi

parent 6cee6acf
......@@ -74,7 +74,6 @@ Minder.Receiver = kity.createClass('Receiver',{
case 'beforekeyup':
if(this.isTextEditStatus()){
switch(keyCode){
case keymap.Enter:
case keymap.Tab:
......
......@@ -59,6 +59,7 @@ KityMinder.registerModule( "HistoryModule", function () {
this.update();
this.km.fire('restoreScene');
this.km.fire('contentChange');
},
getScene: function () {
return new Scene( this.km.getRoot() )
......
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