react-resizable-rotatable-draggable
react-resizable-rotatable-draggable copied to clipboard
Avoid unintentional move on clicking
This PR fixes issue when drag starts when the user clicks on an object. The issue is fixed by adding drag thresholds both distance and time:
-
dragStartThresholdwith default value 3px -
dragStartTimeThresholdwith default value 1000ms