Don't load leaflet in the background.

This was causing it to be the wrong size and not load tiles (Closes #21)
This commit is contained in:
Hytak 2024-05-13 22:17:37 +02:00 committed by Lucas Holten
parent fcbfc634e3
commit 8677fc21d1
1 changed files with 1 additions and 0 deletions

View File

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