mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +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()
|
this._leafletMap.editTools.startPolyline()
|
||||||
break
|
break
|
||||||
case 'i':
|
case 'i':
|
||||||
this._leafletMap.importer.open()
|
this.importer.open()
|
||||||
break
|
break
|
||||||
case 'o':
|
case 'o':
|
||||||
this._leafletMap.importer.openFiles()
|
this.importer.openFiles()
|
||||||
break
|
break
|
||||||
case 'h':
|
case 'h':
|
||||||
this.help.showGetStarted()
|
this.help.showGetStarted()
|
||||||
|
|
Loading…
Reference in a new issue