Commit 46a5d2bf authored by techird's avatar techird

Merge branch 'dev' of github.com:fex-team/kityminder into dev

parents c592f57d 3d79e8ee
...@@ -41,6 +41,7 @@ KityMinder.registerModule( "TextEditModule", function () { ...@@ -41,6 +41,7 @@ KityMinder.registerModule( "TextEditModule", function () {
node = selectionShape.getData('relatedNode'); node = selectionShape.getData('relatedNode');
e.stopPropagationImmediately(); e.stopPropagationImmediately();
} }
if(this.getStatus() == 'textedit')
this.fire('contentchange'); this.fire('contentchange');
km.setStatus('normal') km.setStatus('normal')
} }
......
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