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:
commit
1217f8a777
|
@ -271,6 +271,7 @@
|
||||||
>
|
>
|
||||||
<template #default>
|
<template #default>
|
||||||
<event-map
|
<event-map
|
||||||
|
v-if="showMap"
|
||||||
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
|
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
|
||||||
:address="event.physicalAddress"
|
:address="event.physicalAddress"
|
||||||
@close="showMap = false"
|
@close="showMap = false"
|
||||||
|
|
Loading…
Reference in a new issue