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
When using this plugin to upload files onto ngx-dropzone (angular) the changes output fires twice.
This happens when using subject 'drag-n-drop'. When using 'input' output fires once but the event that it is passed is of wrong type (CustomEvent). Current workaround would be to modify my app to handle that CustomEvent structure too, or to debounce that event.
Desired behavior:
It should only fire once.
Steps to reproduce: (app code and test code)
I'm pasting the most relevant pieces. If anything else is necessary please ask for it in the comment.
When cypress executes this step, files are 'dropped' twice, and I got duplications all over the app.
Current behavior:
When using this plugin to upload files onto ngx-dropzone (angular) the
changes
output fires twice.This happens when using subject 'drag-n-drop'. When using 'input' output fires once but the event that it is passed is of wrong type (CustomEvent). Current workaround would be to modify my app to handle that CustomEvent structure too, or to debounce that event.
Desired behavior:
It should only fire once.
Steps to reproduce: (app code and test code)
I'm pasting the most relevant pieces. If anything else is necessary please ask for it in the comment.
When cypress executes this step, files are 'dropped' twice, and I got duplications all over the app.
Versions
The text was updated successfully, but these errors were encountered: