reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
307 stars 120 forks source link

Drag Delay #171

Open yakeer opened 3 months ago

yakeer commented 3 months ago

Is there any option to add a delay to the dragstart?

I want to first click for example, for 1 second, before the item becomes draggable.

We would really appreciate this kind of functionality.

Keep up the good work!