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
I have a zone which I drag and drop files onto (basically the whole screen). This zone also contains a list of the files I've uploaded, which can be reordered by drag and drop too.
In Chrome, the events onDrop and onDragEnter are never triggered. They are caught by filedrop which prevents their propagation. Is there any way to allow the event propagation so that I can actually use drag and drop for different purposes than drag and dropping a file onto my page ? Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have a zone which I drag and drop files onto (basically the whole screen). This zone also contains a list of the files I've uploaded, which can be reordered by drag and drop too.
In Chrome, the events onDrop and onDragEnter are never triggered. They are caught by filedrop which prevents their propagation. Is there any way to allow the event propagation so that I can actually use drag and drop for different purposes than drag and dropping a file onto my page ? Thanks
The text was updated successfully, but these errors were encountered: