Fix: map singleton state, schedules view sync, and carousel image error handling

This commit is contained in:
2026-02-28 22:38:59 -05:00
parent 1dd250ca42
commit 91ef07b3ed
3 changed files with 31 additions and 24 deletions

View File

@ -159,6 +159,8 @@ const stopWatch = watch(
onUnmounted(() => {
stopWatch()
document.removeEventListener('click', handleOutsideClick)
// Limpiamos la selección al salir para que no aparezca marcada en el buscador del mapa
routeStore.clearSelection()
})
</script>