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(() => {