fix(ui): use elevateEdgesOnSelect so last-selected edge is the interactable one when updating edges

This commit is contained in:
psychedelicious 2024-05-16 22:45:55 +10:00
parent a18bbac262
commit 78cb4d75ad

View File

@ -283,6 +283,7 @@ export const Flow = memo(() => {
onPaneClick={handlePaneClick}
deleteKeyCode={DELETE_KEYS}
selectionMode={selectionMode}
elevateEdgesOnSelect
>
<Background />
</ReactFlow>