diff --git a/umap/static/umap/js/umap.features.js b/umap/static/umap/js/umap.features.js index 41a99294..e9dc3997 100644 --- a/umap/static/umap/js/umap.features.js +++ b/umap/static/umap/js/umap.features.js @@ -333,7 +333,7 @@ L.U.FeatureMixin = { this.view(e) } else if (!this.isReadOnly()) { if (e.originalEvent.shiftKey) { - if (e.originalEvent.ctrlKey) { + if (e.originalEvent.ctrlKey || e.originalEvent.metaKey) { this.datalayer.edit(e) } else { if (this._toggleEditing) this._toggleEditing(e)