mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fixed editor bugs
This commit is contained in:
parent
6506b60977
commit
2b50017971
@ -31,7 +31,6 @@ mindplot.layout.AbstractBasicSorter = new Class({
|
||||
|
||||
_computeChildrenHeight : function(treeSet, node, heightCache) {
|
||||
var height = node.getSize().height + (this._getVerticalPadding() * 2); // 2* Top and down padding;
|
||||
height += Math.abs(node.getFreeDisplacement().y);
|
||||
|
||||
var result;
|
||||
var children = treeSet.getChildren(node);
|
||||
|
Loading…
Reference in New Issue
Block a user