Fix marker counts in marker list when switching maps

This commit is contained in:
James Lyne 2022-02-24 20:47:13 +00:00
parent 475c53a688
commit 2a47a99493

View File

@ -109,7 +109,7 @@ export default defineComponent({
}
}
watch(props.markerSets, () => checkSets);
watch(props.markerSets, () => checkSets());
watch(currentSet, (newValue, oldValue) => nextTick(() => updateFocus(newValue, oldValue)));
onMounted(() => {