From 9bac5f601dbb0515433cce300dedf78bb498252c Mon Sep 17 00:00:00 2001 From: James Lyne Date: Fri, 1 Apr 2022 13:27:17 +0100 Subject: [PATCH] Add option to disable marker UI --- index.html | 3 +++ src/components/Sidebar.vue | 4 +++- src/index.d.ts | 1 + src/store/getters.ts | 5 +++++ src/store/mutations.ts | 4 ++++ src/store/state.ts | 2 ++ 6 files changed, 18 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 769a48c..5698004 100644 --- a/index.html +++ b/index.html @@ -177,6 +177,9 @@ // Disable the map right click menu disableContextMenu: false, + + // Disable the markers button and list + disableMarkerUI: false, }, // Config version. Do not modify. diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index 08a0850..b4a0a24 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -24,7 +24,7 @@ @click="handleSectionClick" @keydown="handleSectionKeydown"> -