From afcaf2a07a95cd35658bdc521c0120830e550ca3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 17 Jun 2024 10:46:46 +0200 Subject: [PATCH] fix: correct way to open files dialgo with ctrl+O --- umap/static/umap/js/modules/importer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/modules/importer.js b/umap/static/umap/js/modules/importer.js index 37e0dedb..445d7f8a 100644 --- a/umap/static/umap/js/modules/importer.js +++ b/umap/static/umap/js/modules/importer.js @@ -230,7 +230,7 @@ export default class Importer { openFiles() { this.open() - this.fileInput.showPicker() + this.qs('[type=file]').showPicker() } submit() {