Skip to content

Commit 51d4274

Browse files
committed
fix(analytics): Enable scroll wheel zoom in RasterMapComponent for enhanced user interaction
1 parent 7439b2b commit 51d4274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/analytics/raster-map-component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export function RasterMapComponent({
320320
mapProperty={indicator}
321321
zoomOnClick={false}
322322
resetZoom
323-
scroolWheelZoom={false}
323+
scroolWheelZoom={true}
324324
fillOpacity={0}
325325
mapDataFn={() => 'transparent'}
326326
click={onDistrictClick}

0 commit comments

Comments
 (0)