Open nwhittaker opened 2 years ago
The documentation suggests this is expected, however the @handleDragOver callback is passed the dragover event.
@handleDragOver
dragover
Forwarding the dragleave event would helpful for tearing down any setup work the @handleDragOver callback performed on the event's target.
dragleave
The documentation suggests this is expected, however the
@handleDragOver
callback is passed thedragover
event.Forwarding the
dragleave
event would helpful for tearing down any setup work the@handleDragOver
callback performed on the event's target.