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
Describe the bug
I've created a dndDropzone with [dndAllowExternal]="true", but when i drop an external file, event.dataTransfer.files is empty. (It work on Firefox)
To Reproduce
Just create a section with the directive dndDropzone and [dndAllowExternal]="true", (dndDrop) event will result to empty event.dataTransfer.files.
Expected behavior
Get file list
Desktop (please complete the following information):
OS: Ubuntu 22.04
Browser: Opera, Chrome, Chromium (Working on Firefox)
The text was updated successfully, but these errors were encountered:
Describe the bug
I've created a dndDropzone with [dndAllowExternal]="true", but when i drop an external file, event.dataTransfer.files is empty. (It work on Firefox)
To Reproduce
Just create a section with the directive dndDropzone and [dndAllowExternal]="true", (dndDrop) event will result to empty event.dataTransfer.files.
Expected behavior
Get file list
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: