Fixed node size change bug
This commit is contained in:
@@ -94,10 +94,13 @@ mindplot.layout.Node = new Class({
|
||||
},
|
||||
|
||||
hasPositionChanged: function() {
|
||||
|
||||
return this._isPropertyChanged('position');
|
||||
},
|
||||
|
||||
hasSizeChanged: function() {
|
||||
return this._isPropertyChanged('size');
|
||||
},
|
||||
|
||||
getPosition: function() {
|
||||
return this._getProperty('position');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user