diff --git a/umap/static/umap/js/umap.importer.js b/umap/static/umap/js/umap.importer.js index db02d69b..d57156c7 100644 --- a/umap/static/umap/js/umap.importer.js +++ b/umap/static/umap/js/umap.importer.js @@ -117,7 +117,7 @@ L.U.Importer = L.Class.extend({ open: function () { if (!this.container) this.build() - this.fileInput.focus() + this.fileInput.showPicker() this.map.ui.openPanel({ data: { html: this.container }, className: 'dark' }) },