mirror of https://github.com/vector-im/riot-web
Set initial zoom level to 1 to make zooming to location faster (#7541)
parent
8c7b396bb5
commit
6444aaeeff
|
@ -74,7 +74,7 @@ class LocationPicker extends React.Component<IProps, IState> {
|
|||
container: 'mx_LocationPicker_map',
|
||||
style: config.map_style_url,
|
||||
center: [0, 0],
|
||||
zoom: 15,
|
||||
zoom: 1,
|
||||
});
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue