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
Why is the component listening for dragenter on the entire document? If the application wants to use the dropActive property to animate the component, then it seems it should only be setting dropActive = true when it's inside the drop element.
The text was updated successfully, but these errors were encountered:
In the following code:
vue-upload-component/src/FileUpload.vue
Lines 1522 to 1528 in b5abe30
Why is the component listening for
dragenter
on the entire document? If the application wants to use thedropActive
property to animate the component, then it seems it should only be settingdropActive = true
when it's inside the drop element.The text was updated successfully, but these errors were encountered: