Skip to content

Commit

Permalink
fix some merge-y issue with geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Apr 8, 2024
1 parent 7e7e6ec commit efaf064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -895,10 +895,10 @@
latitudeDeg: loc.latitude,
longitudeDeg: loc.longitude
};
locationDeg = myLocation;
showMyLocationDialog = false;
if (myLocation.latitudeDeg !== locationDeg.latitudeDeg || myLocation.longitudeDeg !== locationDeg.longitudeDeg) {
locationDeg = myLocation;
$nextTick(() => {
updateSelectedLocationText();
});
Expand Down

0 comments on commit efaf064

Please sign in to comment.