vue.draggable.next
vue.draggable.next copied to clipboard
Dragging nested element won't work on mobile
Context: Though this works well on desktops, dragging a nested child element in another parent OR converting it into a parent doesn't seem to work as expected.
Steps to reproduce:
- Create a nested draggable component as described in vuedraggable.next's documentation;
Expected result: Should be working the same way it works on desktops.