merge-upstream-5.0.1 #66
|
@ -413,7 +413,8 @@ const userSettingsLocation = computed(() => {
|
||||||
const placeName = location?.locality ?? location?.region ?? location?.country;
|
const placeName = location?.locality ?? location?.region ?? location?.country;
|
||||||
console.debug(
|
console.debug(
|
||||||
"userSettingsLocation from reverseGeocode",
|
"userSettingsLocation from reverseGeocode",
|
||||||
location,
|
reverseGeocodeResult.value,
|
||||||
|
coords.value,
|
||||||
placeName
|
placeName
|
||||||
);
|
);
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue