Skip to content
2 changes: 1 addition & 1 deletion app/components/map/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Map = forwardRef<MapRef, MapProps>(
top: 0,
left: 0,
}}
touchZoomRotate={false}
touchZoomRotate={{around: 'center'}}
onLoad={handleMapLoad}
{...props}
>
Expand Down
Loading