Commit 0ea0f006 authored by Akikonata's avatar Akikonata

Merge branch 'dev' of https://github.com/kitygraph/kityminder into dev

parents 94371a7f 95884921
...@@ -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