feat(props): add connectionDragThreshold

This commit is contained in:
moklick
2025-06-16 17:33:44 +02:00
parent 7c5c14b2c5
commit a07dc81afa
11 changed files with 25 additions and 2 deletions
@@ -149,6 +149,7 @@ function HandleComponent(
getTransform: () => store.getState().transform,
getFromHandle: () => store.getState().connection.fromHandle,
autoPanSpeed: currentStore.autoPanSpeed,
dragThreshold: currentStore.connectionDragThreshold,
});
}