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"> -