vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Drag-Handle Outside the Draggable

Open fdeitelhoff opened this issue 5 years ago • 1 comments
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?

fdeitelhoff avatar May 10 '20 15:05 fdeitelhoff

Make the remote element draggable and position the dragged element relative to the draggable source. Visually hide the draggable element at drag start.

Cmacu avatar Sep 23 '20 03:09 Cmacu