Merge branch 'fix-map-tiles' into 'v4.x'

Don't load leaflet in the background. (v4.x)

See merge request framasoft/mobilizon!1558
This commit is contained in:
Thomas 2024-06-17 07:59:05 +00:00
commit 731c682e81
1 changed files with 1 additions and 0 deletions

View File

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