Skip to content

Commit

Permalink
fix(ui): set nodeDragThreshold to prevent spurious position change ev…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
psychedelicious committed May 19, 2024
1 parent 2ca6b44 commit eef6bb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ export const Flow = memo(() => {
deleteKeyCode={null}
selectionMode={selectionMode}
elevateEdgesOnSelect
nodeDragThreshold={1}
>
<Background />
</ReactFlow>
Expand Down

0 comments on commit eef6bb0

Please sign in to comment.