fix(nodeExtent): use for initial rendering closes #2384

This commit is contained in:
moklick
2022-08-29 17:17:48 +02:00
parent f113cf4e19
commit 22cb21a4ae
3 changed files with 11 additions and 3 deletions
@@ -225,6 +225,7 @@ const ReactFlow = forwardRef<ReactFlowRefType, ReactFlowProps>(
rfId={rfId}
disableKeyboardA11y={disableKeyboardA11y}
nodeOrigin={nodeOrigin}
nodeExtent={nodeExtent}
/>
<StoreUpdater
nodes={nodes}