mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
fix: correct way to open files dialgo with ctrl+O
This commit is contained in:
parent
1a3377723b
commit
afcaf2a07a
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ export default class Importer {
|
||||||
|
|
||||||
openFiles() {
|
openFiles() {
|
||||||
this.open()
|
this.open()
|
||||||
this.fileInput.showPicker()
|
this.qs('[type=file]').showPicker()
|
||||||
}
|
}
|
||||||
|
|
||||||
submit() {
|
submit() {
|
||||||
|
|
Loading…
Reference in a new issue