UX: searching will unlock the GPS and cancel 'move to gps' if still waiting for a fix

This commit is contained in:
Pieter Vander Vennet 2024-02-03 14:48:32 +01:00
parent e3dec8aafa
commit aea9aeec21
3 changed files with 7 additions and 0 deletions

View file

@ -203,6 +203,8 @@
}}
perLayer={state.perLayer}
selectedElement={state.selectedElement}
geolocationState={state.geolocation.geolocationState}
/>
</If>
</div>