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
That option does not make sense when using in Angular. So its disabled since in Angular the DOM is not ready when the Dropzone library is loaded. So that feature is really only meant for native JS not for Angular.
// Disabling autoDiscover, otherwise Dropzone will try to attach twice.
Dropzone.autoDiscover = false;
The text was updated successfully, but these errors were encountered: