mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
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:
commit
e56bb2e229
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ export default class Importer {
|
|||
|
||||
openFiles() {
|
||||
this.open()
|
||||
this.fileInput.showPicker()
|
||||
this.qs('[type=file]').showPicker()
|
||||
}
|
||||
|
||||
submit() {
|
||||
|
|
Loading…
Reference in a new issue