vue-smooth-dnd
vue-smooth-dnd copied to clipboard
Drag-Handle Outside the Draggable
trafficstars
Is it possible to have the drag-handle HTML element outside of the Draggable component? I'm using some sort of toolbar for my draggable components. This toolbar exists in the parent container and is positioned whenever an element is clicked. Thus, the HTML code for the draggable div is not within the Draggable tags.
This seems not working. 😞
Is this possible or do I need to think of another solution?
Make the remote element draggable and position the dragged element relative to the draggable source. Visually hide the draggable element at drag start.