mirror of
https://github.com/openziti/zrok.git
synced 2025-04-17 15:58:24 +02:00
disable unused in-visualizer connection drawing
This commit is contained in:
parent
9d054e4540
commit
aab9cfd3dd
@ -77,6 +77,7 @@ const Visualizer = () => {
|
||||
edges={edges}
|
||||
onSelectionChange={onSelectionChange}
|
||||
nodesDraggable={false}
|
||||
nodesConnectable={false}
|
||||
defaultViewport={viewport}
|
||||
fitView={fitView}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user