Commit 603838dd authored by campaign's avatar campaign

by zhanyi

parent ae2fa565
......@@ -27,7 +27,7 @@ KityMinder.registerModule( "TextEditModule", function () {
var textShape = node.getTextShape();
textShape.setStyle('cursor','default');
if ( node.isSelected() ) {
if ( this.isSingleSelect() && node.isSelected() ) {
sel.collapse();
node.getTextShape().setStyle('cursor','text');
......
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