vue-draggable-plus
vue-draggable-plus copied to clipboard
Hold before sort
Is it possible to sort items after holding for over 200 or 300ms on the new position? I use vue-draggable-plus to organize form fields. But when a field get dragged from the bottom to top it temporary organize the row fields in between.
So if I can delay the sort function to hold the item for like 300 ms before it can sort. It would help me a lot.