Skip to content

Commit

Permalink
fix minor geolocation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Apr 8, 2024
1 parent 8af5f16 commit 4eb333d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,9 @@
};
locationDeg = myLocation;
showMyLocationDialog = false;
updateSelectedLocationText();
$nextTick(() => {
updateSelectedLocationText();
});
}"
@error="(error: GeolocationPositionError) => {
$notify({
Expand Down

0 comments on commit 4eb333d

Please sign in to comment.