Commit 1a36d361 authored by campaign's avatar campaign

by zhanyi

parent 5bef8d68
......@@ -266,7 +266,7 @@ var MinderNode = KityMinder.MinderNode = kity.createClass( "MinderNode", {
return this.getContRc().getShapesByType( 'text' )[ 0 ];
},
isSelected: function () {
return this.getData( 'highlight' ) === true;
return this.getTmpData( 'highlight' ) === true;
},
clearChildren: function () {
this.children = [];
......
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