mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): set nodeDragThreshold to prevent spurious position change events
This commit is contained in:
parent
059c5586a4
commit
26d0d55d97
@ -326,6 +326,7 @@ export const Flow = memo(() => {
|
||||
deleteKeyCode={null}
|
||||
selectionMode={selectionMode}
|
||||
elevateEdgesOnSelect
|
||||
nodeDragThreshold={1}
|
||||
>
|
||||
<Background />
|
||||
</ReactFlow>
|
||||
|
Loading…
Reference in New Issue
Block a user