feat(core): add nodeDragThreshold option
This commit is contained in:
@@ -105,6 +105,7 @@ function defaultState(): State {
|
||||
nodesFocusable: true,
|
||||
nodesConnectable: true,
|
||||
nodesDraggable: true,
|
||||
nodeDragThreshold: 0,
|
||||
elementsSelectable: true,
|
||||
selectNodesOnDrag: true,
|
||||
multiSelectionActive: false,
|
||||
|
||||
Reference in New Issue
Block a user