Commit 4f551661 authored by campaign's avatar campaign

改进输入

parent a304a88c
......@@ -322,7 +322,6 @@ Minder.Receiver = kity.createClass('Receiver', {
return;
}
if (browser.mac && browser.gecko){
console.log('sdf')
setTextToContainer(keyCode);
return;
}
......@@ -335,6 +334,7 @@ Minder.Receiver = kity.createClass('Receiver', {
if(this.km.getStatus() == 'normal' && this.km.getSelectedNode() && this.selection.isHide()){
this.km.setStatus('inputready');
}
}
},
......
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