mirror of
https://github.com/openziti/zrok.git
synced 2025-03-03 17:41:29 +01:00
not interactive (#804)
This commit is contained in:
parent
8fbd40b7d9
commit
4d7bf27a19
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user