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
uploader object is now initialised instantly when an instance of UploaderEl is created. This triggers, among other things, a request to fetch allowed mime types (even if the uploader will never be used). Refactor UploaderEl to configure mime types (or uploader in general) only when a) the upload button is clicked, b) a file is dropped onto the DnD area.
The text was updated successfully, but these errors were encountered:
uploader
object is now initialised instantly when an instance ofUploaderEl
is created. This triggers, among other things, a request to fetch allowed mime types (even if the uploader will never be used). RefactorUploaderEl
to configure mime types (or uploader in general) only when a) the upload button is clicked, b) a file is dropped onto the DnD area.The text was updated successfully, but these errors were encountered: