mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +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>
|
||||
<event-map
|
||||
v-if="showMap"
|
||||
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
|
||||
:address="event.physicalAddress"
|
||||
@close="showMap = false"
|
||||
|
|
Loading…
Reference in a new issue