Merge branch '1457-map-tiles-dont-load' into 'main'

fix(front): don't load leaflet in the background

Closes #1457

credit to @LHolten who find the solution

See merge request framasoft/mobilizon!1562
This commit is contained in:
setop 2024-06-16 22:50:54 +00:00
commit 1217f8a777

View file

@ -271,6 +271,7 @@
>
<template #default>
<event-map
v-if="showMap"
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
:address="event.physicalAddress"
@close="showMap = false"