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