feat(props): add connectionDragThreshold
This commit is contained in:
@@ -149,6 +149,7 @@ function HandleComponent(
|
||||
getTransform: () => store.getState().transform,
|
||||
getFromHandle: () => store.getState().connection.fromHandle,
|
||||
autoPanSpeed: currentStore.autoPanSpeed,
|
||||
dragThreshold: currentStore.connectionDragThreshold,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user