Fix cursor-wait on gps location button
This commit is contained in:
parent
43f73947c9
commit
84284599d8
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ export default class GeoLocationHandler extends VariableUiElement {
|
||||||
[this._hasLocation]
|
[this._hasLocation]
|
||||||
);
|
);
|
||||||
currentPointer.addCallbackAndRun((pointerClass) => {
|
currentPointer.addCallbackAndRun((pointerClass) => {
|
||||||
|
self.RemoveClass("cursor-wait")
|
||||||
|
self.RemoveClass("cursor-pointer")
|
||||||
self.SetClass(pointerClass);
|
self.SetClass(pointerClass);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue