vue.draggable.next
vue.draggable.next copied to clipboard
HTML elements in a draggable are not clikable on mobile devices
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md
Steps to Reproduce:
Open https://sortablejs.github.io/vue.draggable.next/#/third-party on a mobile device browser Try to click the caret.
Actual Behavior
The caret does not open or close the "text" and the item is dragged instead
Expected Solution
The caret must open or close the "text", when clicked / touched
+1
maybe a drag threshold could help
+1