mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Comment fix
This commit is contained in:
parent
93cf061f4c
commit
344573d4bd
@ -83,7 +83,7 @@ mindplot.nlayout.OriginalLayout = new Class({
|
|||||||
|
|
||||||
var verticalOffset = (node.getSize().height / 2);
|
var verticalOffset = (node.getSize().height / 2);
|
||||||
|
|
||||||
//TODO(gb): Not sure why verticalOffset is added again, since it is considered in the layout
|
//TODO(gb): Not sure why verticalOffset is added again, since it is considered in the sorter.
|
||||||
var newPos = {x:parentX + offset.x,y:parentY + offset.y};
|
var newPos = {x:parentX + offset.x,y:parentY + offset.y};
|
||||||
// var newPos = {x:parentX + offset.x,y:parentY + offset.y + verticalOffset};
|
// var newPos = {x:parentX + offset.x,y:parentY + offset.y + verticalOffset};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user