mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
do not trackuserlocation in location picker (#8466)
This commit is contained in:
parent
12af3038a8
commit
1aaaad2f32
@ -87,7 +87,7 @@ class LocationPicker extends React.Component<ILocationPickerProps, IState> {
|
||||
positionOptions: {
|
||||
enableHighAccuracy: true,
|
||||
},
|
||||
trackUserLocation: true,
|
||||
trackUserLocation: false,
|
||||
});
|
||||
|
||||
this.map.addControl(this.geolocate);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user