Don't stop geolocation tracking on error
This commit is contained in:
@@ -213,7 +213,6 @@ class Geolocation extends BaseObject {
|
||||
* @param {PositionError} error error object.
|
||||
*/
|
||||
positionError_(error) {
|
||||
this.setTracking(false);
|
||||
this.dispatchEvent(new GeolocationError(error));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user