|
@@ -22,7 +22,7 @@ export const openFileUploadDialog = async (
|
|
|
|
|
|
// When adding a content type that is unsupported by browsers, make sure
|
|
// When adding a content type that is unsupported by browsers, make sure
|
|
// to also add it to getFileMimeType() otherwise the upload will fail.
|
|
// to also add it to getFileMimeType() otherwise the upload will fail.
|
|
- fileSelector.accept = 'image/*,video/*,.heic,.heif,.dng,.3gp,.nef,.srw,.raf';
|
|
|
|
|
|
+ fileSelector.accept = 'image/*,video/*,.heic,.heif,.dng,.3gp,.nef,.srw,.raf,.insp,.insv';
|
|
|
|
|
|
fileSelector.onchange = async (e: Event) => {
|
|
fileSelector.onchange = async (e: Event) => {
|
|
const target = e.target as HTMLInputElement;
|
|
const target = e.target as HTMLInputElement;
|