From 4eb333dbad7835bf8c5fdb4e90325d2eb940c397 Mon Sep 17 00:00:00 2001 From: John Arban Lewis Date: Mon, 8 Apr 2024 09:21:00 -0400 Subject: [PATCH] fix minor geolocation bug --- src/SolarEclipse2024.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SolarEclipse2024.vue b/src/SolarEclipse2024.vue index cb13b00..d4ba9d6 100644 --- a/src/SolarEclipse2024.vue +++ b/src/SolarEclipse2024.vue @@ -897,7 +897,9 @@ }; locationDeg = myLocation; showMyLocationDialog = false; - updateSelectedLocationText(); + $nextTick(() => { + updateSelectedLocationText(); + }); }" @error="(error: GeolocationPositionError) => { $notify({