not interactive (#804)

This commit is contained in:
Michael Quigley 2024-12-17 16:46:10 -05:00
parent 8fbd40b7d9
commit 4d7bf27a19
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -82,7 +82,7 @@ const Visualizer = ({ vov, onSelectionChanged }: VisualizerProps) => {
fitView
>
<Background />
<Controls position="bottom-left" orientation="horizontal" />
<Controls position="bottom-left" orientation="horizontal" showInteractive={false} />
<MiniMap />
</ReactFlow>
);