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:
commit
731c682e81
|
@ -261,6 +261,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