fix(front): don't load leaflet in the background

This commit is contained in:
setop 2024-06-16 23:37:27 +02:00
parent 6bc2d7c970
commit a70bad568b
1 changed files with 1 additions and 0 deletions

View File

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