Merge pull request #3728 from xyflow/perf/no-drag-on-select

Perf/no drag on select
This commit is contained in:
Moritz Klack
2023-12-16 13:07:00 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ const getInitialState = ({
paneDragging: false,
noPanClassName: 'nopan',
nodeOrigin: [0, 0],
nodeDragThreshold: 0,
nodeDragThreshold: 1,
snapGrid: [15, 15],
snapToGrid: false,