diff --git a/Logic/Actors/GeoLocationHandler.ts b/Logic/Actors/GeoLocationHandler.ts index 43ce441d7d..86e656b505 100644 --- a/Logic/Actors/GeoLocationHandler.ts +++ b/Logic/Actors/GeoLocationHandler.ts @@ -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); });