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

Set initial zoom level to 1 to make zooming to location faster #7541

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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