mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): use elevateEdgesOnSelect
so last-selected edge is the interactable one when updating edges
This commit is contained in:
parent
a18bbac262
commit
78cb4d75ad
@ -283,6 +283,7 @@ export const Flow = memo(() => {
|
||||
onPaneClick={handlePaneClick}
|
||||
deleteKeyCode={DELETE_KEYS}
|
||||
selectionMode={selectionMode}
|
||||
elevateEdgesOnSelect
|
||||
>
|
||||
<Background />
|
||||
</ReactFlow>
|
||||
|
Loading…
Reference in New Issue
Block a user