Hi,
This is my use case:
On the same page there are different draggable items. for some of them, there is explicit drag handle and user should be able to drag them using the handle without any delay.
For some other items, dragging gets enabled by touching and holding it for one second.
Is there any way to handle this considering holdToDrag option is global?
Thans.