Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
do not trackuserlocation in location picker
Browse files Browse the repository at this point in the history
Signed-off-by: Kerry Archibald <kerrya@element.io>
  • Loading branch information
Kerry Archibald committed May 2, 2022
1 parent 3e31fdb commit 72186f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/location/LocationPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class LocationPicker extends React.Component<ILocationPickerProps, IState> {
positionOptions: {
enableHighAccuracy: true,
},
trackUserLocation: true,
trackUserLocation: false,
});

this.map.addControl(this.geolocate);
Expand Down

0 comments on commit 72186f1

Please sign in to comment.