diff --git a/index.html b/index.html index 3c336f0..f5156af 100644 --- a/index.html +++ b/index.html @@ -160,6 +160,9 @@ // Use more compact pre-2.0 player marker style compactPlayerMarkers: false, + + // Disable the map right click menu + disableContextMenu: false, }, // Config version. Do not modify. diff --git a/src/components/Map.vue b/src/components/Map.vue index 41488be..038ee7c 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -31,7 +31,7 @@ - +