Merge pull request #1902 from umap-project/fix-open-files

fix: correct way to open files dialgo with ctrl+O
This commit is contained in:
David Larlet 2024-06-18 14:39:02 -04:00 committed by GitHub
commit e56bb2e229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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() {