Fix marker counts in marker list when switching maps
This commit is contained in:
parent
475c53a688
commit
2a47a99493
@ -109,7 +109,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(props.markerSets, () => checkSets);
|
watch(props.markerSets, () => checkSets());
|
||||||
watch(currentSet, (newValue, oldValue) => nextTick(() => updateFocus(newValue, oldValue)));
|
watch(currentSet, (newValue, oldValue) => nextTick(() => updateFocus(newValue, oldValue)));
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user