disable unused in-visualizer connection drawing

This commit is contained in:
Michael Quigley 2025-02-21 12:09:57 -05:00
parent 9d054e4540
commit aab9cfd3dd
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -77,6 +77,7 @@ const Visualizer = () => {
edges={edges}
onSelectionChange={onSelectionChange}
nodesDraggable={false}
nodesConnectable={false}
defaultViewport={viewport}
fitView={fitView}
>