Closed
Description
Same issue as
Example
https://kryogenix.org/code/browser/custom-drag-image.html
Step by step scenario
Actual Solution
Expected Solution
This should work
<draggable
v-model="items"
@start="modify"...
modify (e) {
let dragIcon = document.createElement('img')
dragIcon.src = 'https://www.google.no/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png'
e.dataTransfer.setDragImage(dragIcon, 0, 0)
}
Metadata
Metadata
Assignees
Labels
No labels