diff --git a/src/container/ReactFlow/index.tsx b/src/container/ReactFlow/index.tsx index 0d7b4fca..9323b985 100644 --- a/src/container/ReactFlow/index.tsx +++ b/src/container/ReactFlow/index.tsx @@ -162,7 +162,7 @@ const ReactFlow = forwardRef( zoomActivationKeyCode = 'Meta', snapToGrid = false, snapGrid = [15, 15], - onlyRenderVisibleElements = true, + onlyRenderVisibleElements = false, selectNodesOnDrag = true, nodesDraggable, nodesConnectable,