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
Bubble original event rather than a new custom one
We decided we could use the `dragover` and `dragenter` events directly
instead of wrapping them with a custom one. We're still calling `preventDefault()`
so we won't accidentally trigger any native behavior downstream.
0 commit comments