Commit 95884921 authored by campaign's avatar campaign

by zhanyi01

parent ffe76076
...@@ -132,6 +132,9 @@ KityMinder.registerModule( "TextEditModule", function () { ...@@ -132,6 +132,9 @@ KityMinder.registerModule( "TextEditModule", function () {
sel.setHide(); sel.setHide();
receiver.clear().setTextEditStatus(false); receiver.clear().setTextEditStatus(false);
}, },
"resize": function ( e ) {
sel.setHide();
},
'execCommand':function(e){ 'execCommand':function(e){
var cmds = { var cmds = {
'appendchildnode':1, 'appendchildnode':1,
......
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