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) {
|
||||
console.log(e)
|
||||
self.StartGeolocating()
|
||||
console.error(e)
|
||||
}
|
||||
if (this._previousLocationGrant.data === "granted") {
|
||||
this._previousLocationGrant.setData("");
|
||||
|
|
Loading…
Reference in a new issue