Fix cursor-wait on gps location button

This commit is contained in:
pietervdvn 2021-10-14 17:39:31 +02:00
parent 43f73947c9
commit 84284599d8

View file

@ -141,6 +141,8 @@ export default class GeoLocationHandler extends VariableUiElement {
[this._hasLocation]
);
currentPointer.addCallbackAndRun((pointerClass) => {
self.RemoveClass("cursor-wait")
self.RemoveClass("cursor-pointer")
self.SetClass(pointerClass);
});