mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: broken ctrl+i and ctrl+o
This commit is contained in:
parent
401efc037d
commit
31c8bf95ba
1 changed files with 2 additions and 2 deletions
|
@ -537,10 +537,10 @@ export default class Umap extends ServerStored {
|
|||
this._leafletMap.editTools.startPolyline()
|
||||
break
|
||||
case 'i':
|
||||
this._leafletMap.importer.open()
|
||||
this.importer.open()
|
||||
break
|
||||
case 'o':
|
||||
this._leafletMap.importer.openFiles()
|
||||
this.importer.openFiles()
|
||||
break
|
||||
case 'h':
|
||||
this.help.showGetStarted()
|
||||
|
|
Loading…
Reference in a new issue