Fix: map singleton state, schedules view sync, and carousel image error handling
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user