Browse Source
Revert "Enable onlyRenderVisibleElements in React Flow for performance"
This reverts commit a9d34b5007.
handoff-20260429-1057
Claude
4 months ago
Failed to extract signature
1 changed files with
0 additions and
1 deletions
-
src/components/WorkflowCanvas.tsx
|
|
|
@ -2012,7 +2012,6 @@ export function WorkflowCanvas() { |
|
|
|
nodesDraggable={!isModalOpen} |
|
|
|
nodesConnectable={!isModalOpen} |
|
|
|
elementsSelectable={!isModalOpen} |
|
|
|
onlyRenderVisibleElements |
|
|
|
className="bg-neutral-900" |
|
|
|
proOptions={{ hideAttribution: true }} |
|
|
|
defaultEdgeOptions={{ |
|
|
|
|