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

Location sharing: do not trackuserlocation in location picker #8466

Merged
merged 2 commits into from
May 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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