Browse Source

Revert "Enable onlyRenderVisibleElements in React Flow for performance"

This reverts commit a9d34b5007.
handoff-20260429-1057
Claude 4 months ago
parent
commit
12c94e1bed
Failed to extract signature
  1. 1
      src/components/WorkflowCanvas.tsx

1
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={{

Loading…
Cancel
Save