mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Set initial zoom level to 1 to make zooming to location faster (#7541)
This commit is contained in:
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…
x
Reference in New Issue
Block a user