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

Commit

Permalink
Set initial zoom level to 1 to make zooming to location faster (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Jan 14, 2022
1 parent 8c7b396 commit 6444aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/location/LocationPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6444aae

Please sign in to comment.