fix: correct way to open files dialgo with ctrl+O

This commit is contained in:
Yohan Boniface 2024-06-17 10:46:46 +02:00
parent 1a3377723b
commit afcaf2a07a

View file

@ -230,7 +230,7 @@ export default class Importer {
openFiles() { openFiles() {
this.open() this.open()
this.fileInput.showPicker() this.qs('[type=file]').showPicker()
} }
submit() { submit() {