From 047366d71ce9c1a52bef5c0f618064deb13ac29e Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 29 Apr 2021 17:26:11 +0200 Subject: [PATCH] refactor(props): set default of onlyRenderVisibleElements=false #1075 --- src/container/ReactFlow/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,