refactor(props): set default of onlyRenderVisibleElements=false #1075

This commit is contained in:
moklick
2021-04-29 17:26:11 +02:00
parent 8ef012f943
commit 047366d71c
+1 -1
View File
@@ -162,7 +162,7 @@ const ReactFlow = forwardRef<ReactFlowRefType, ReactFlowProps>(
zoomActivationKeyCode = 'Meta', zoomActivationKeyCode = 'Meta',
snapToGrid = false, snapToGrid = false,
snapGrid = [15, 15], snapGrid = [15, 15],
onlyRenderVisibleElements = true, onlyRenderVisibleElements = false,
selectNodesOnDrag = true, selectNodesOnDrag = true,
nodesDraggable, nodesDraggable,
nodesConnectable, nodesConnectable,