mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-07 12:15:06 -05:00
fix(ui): use elevateEdgesOnSelect so last-selected edge is the interactable one when updating edges
This commit is contained in:
@@ -283,6 +283,7 @@ export const Flow = memo(() => {
|
||||
onPaneClick={handlePaneClick}
|
||||
deleteKeyCode={DELETE_KEYS}
|
||||
selectionMode={selectionMode}
|
||||
elevateEdgesOnSelect
|
||||
>
|
||||
<Background />
|
||||
</ReactFlow>
|
||||
|
||||
Reference in New Issue
Block a user