vue-dndrop icon indicating copy to clipboard operation
vue-dndrop copied to clipboard

dragged item does not follow mouse when css zoom is not 1

Open topvis opened this issue 6 months ago • 0 comments

To reproduce this issue, on this example page, set zoom: 1.2 of any div that contains vue-dndrop component and then drag an item. The dragged item will be off the mouse position as shown in the screenshot below. I was dragging "Draggable 1-2". The mouse cursor is where the red arrow is pointing and the item "Draggable 1-2" is not following the mouse.

Image

topvis avatar Apr 19 '25 14:04 topvis