Small changes to the geolocation handler
This commit is contained in:
parent
c5a2751412
commit
4bb92bc849
1 changed files with 1 additions and 2 deletions
|
@ -175,8 +175,7 @@ export default class GeoLocationHandler extends UIElement {
|
||||||
});
|
});
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.error(e)
|
||||||
self.StartGeolocating()
|
|
||||||
}
|
}
|
||||||
if (this._previousLocationGrant.data === "granted") {
|
if (this._previousLocationGrant.data === "granted") {
|
||||||
this._previousLocationGrant.setData("");
|
this._previousLocationGrant.setData("");
|
||||||
|
|
Loading…
Reference in a new issue