1
1
mirror of https://github.com/openziti/zrok.git synced 2025-03-03 09:31:26 +01:00

not interactive ()

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>
);