Commit c1604907 authored by campaign's avatar campaign

修复删除时触发删除节点问题

parent 34ffea7b
......@@ -71,7 +71,7 @@ Minder.Selection = kity.createClass( 'Selection', {
this.offset = arrOffset;
return this;
}
this._show = true;
},
updatePosition:function(offset){
var me = this;
......@@ -89,6 +89,7 @@ Minder.Selection = kity.createClass( 'Selection', {
me.addShape(rect);
});
}
this._show = true;
return this;
},
collapse : function(toStart){
......
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