Commit 2cb35953 authored by campaign's avatar campaign

by zhanyi

parent 10f21447
...@@ -59,7 +59,7 @@ KityMinder.registerModule( "KeyboardModule", function () { ...@@ -59,7 +59,7 @@ KityMinder.registerModule( "KeyboardModule", function () {
contentchange: function () { contentchange: function () {
buildPositionNetwork( this.getRoot() ); buildPositionNetwork( this.getRoot() );
}, },
keyup: function ( e ) { keydown: function ( e ) {
switch ( e.originEvent.keyCode ) { switch ( e.originEvent.keyCode ) {
...@@ -91,8 +91,6 @@ KityMinder.registerModule( "KeyboardModule", function () { ...@@ -91,8 +91,6 @@ KityMinder.registerModule( "KeyboardModule", function () {
} }
e.preventDefault(); e.preventDefault();
break; break;
} }
} }
......
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