mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-11 09:02:48 +00:00
fix(front): don't load leaflet in the background
This commit is contained in:
parent
6bc2d7c970
commit
a70bad568b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue