From 2a47a994939b615dfb8ae20603d8775e3f1744f5 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Thu, 24 Feb 2022 20:47:13 +0000 Subject: [PATCH] Fix marker counts in marker list when switching maps --- src/components/list/MarkerSetList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/list/MarkerSetList.vue b/src/components/list/MarkerSetList.vue index 58fa4c4..953fd66 100644 --- a/src/components/list/MarkerSetList.vue +++ b/src/components/list/MarkerSetList.vue @@ -109,7 +109,7 @@ export default defineComponent({ } } - watch(props.markerSets, () => checkSets); + watch(props.markerSets, () => checkSets()); watch(currentSet, (newValue, oldValue) => nextTick(() => updateFocus(newValue, oldValue))); onMounted(() => {