From 6588aebb01816229594697f8f0fcae2c1ea8fcfb Mon Sep 17 00:00:00 2001 From: Ali Muhammad <81983704+Ali-muhammed7040@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:35:39 +0500 Subject: [PATCH] issue Fixed #993 (#1006) --- src/components/area/areaMap.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/area/areaMap.tsx b/src/components/area/areaMap.tsx index e40be89ae..d4f25e506 100644 --- a/src/components/area/areaMap.tsx +++ b/src/components/area/areaMap.tsx @@ -74,6 +74,7 @@ export default function AreaMap (props: AreaMapProps): JSX.Element { reuseMaps mapboxAccessToken={process.env.NEXT_PUBLIC_MAPBOX_API_KEY} mapStyle={MAP_STYLES.dark} + cooperativeGestures > {props.subAreas.map(subArea => (