Set initial zoom level to 1 to make zooming to location faster (#7541)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user