You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The child node needs to know its parent's absolute position in order to determine its own absolute position. Previously, the parent's relative position (in relation to its own parent) has been passed. This leads to wrong positioning of nested nodes after several levels of recursion. I fixed this by passing the current node's absolute position to the child nodes' layout function.
0 commit comments