mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +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}
|
edges={edges}
|
||||||
onSelectionChange={onSelectionChange}
|
onSelectionChange={onSelectionChange}
|
||||||
nodesDraggable={false}
|
nodesDraggable={false}
|
||||||
|
nodesConnectable={false}
|
||||||
defaultViewport={viewport}
|
defaultViewport={viewport}
|
||||||
fitView={fitView}
|
fitView={fitView}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user