We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7968ee commit c9e72c4Copy full SHA for c9e72c4
web_src/js/features/comp/EditorUpload.ts
@@ -30,7 +30,7 @@ function uploadFile(dropzoneEl: HTMLElement, file: File) {
30
}
31
};
32
dropzoneInst.on(DropzoneCustomEventUploadDone, onUploadDone);
33
- // @ts-expect-error - handleFiles not present?
+ // @ts-expect-error - bug in @types/dropzone
34
dropzoneInst.handleFiles([file]);
35
});
36
0 commit comments