You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First mentioned here: #5
From what I can understand from the docs, I think filedragenter and filedragleave are emitted too often.
I assume that filedragenter should only be emitted once, when the user's cursor enters the dropzone while dragging some files. The reverse should be true for filedragleave.
In this REPL (fixed), you can observe the console logs by opening your DevTools. If you drag some files to the drop zone (don't release) and start moving your mouse up and down inside the drop zone, events are emitted (both enter and leave events).
The text was updated successfully, but these errors were encountered:
First mentioned here: #5
From what I can understand from the docs, I think filedragenter and filedragleave are emitted too often.
I assume that
filedragenter
should only be emitted once, when the user's cursor enters the dropzone while dragging some files. The reverse should be true for filedragleave.In this REPL (fixed), you can observe the console logs by opening your DevTools. If you drag some files to the drop zone (don't release) and start moving your mouse up and down inside the drop zone, events are emitted (both enter and leave events).
The text was updated successfully, but these errors were encountered: