Skip to content

Commit 9127b32

Browse files
committed
Disable edge z-index elevation on select to keep edges below port handles
1 parent a8c75a8 commit 9127b32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/components/FlowCanvas.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@
10261026
edgesFocusable
10271027
edgesSelectable
10281028
zoomOnDoubleClick={false}
1029+
elevateEdgesOnSelect={false}
10291030
proOptions={{ hideAttribution: true }}
10301031
>
10311032
<FlowUpdater pendingUpdates={pendingNodeUpdates} onUpdatesProcessed={clearPendingUpdates} />

0 commit comments

Comments
 (0)