refactor(absPositions): pass nodeExtent
This commit is contained in:
@@ -112,7 +112,7 @@ const createStore = ({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
updateAbsolutePositions(nodeLookup, parentLookup, { nodeOrigin });
|
updateAbsolutePositions(nodeLookup, parentLookup, { nodeOrigin, nodeExtent });
|
||||||
|
|
||||||
if (params.triggerFitView) {
|
if (params.triggerFitView) {
|
||||||
// we call fitView once initially after all dimensions are set
|
// we call fitView once initially after all dimensions are set
|
||||||
|
|||||||
Reference in New Issue
Block a user