v1.4.0
- Add an option
minDragStartDistance
onDraggable
to define the minimum distance in
pixels that is needed for a drag to start (#26). Default is4
pixels. This allows for clicks with tiny movement. The optionclickSuppression
has been marked as DEPRECATED as it had the same goal but a misleading name.