diff --git a/app/src/map/Map.tsx b/app/src/map/Map.tsx index 2ffe1a6..b26244e 100644 --- a/app/src/map/Map.tsx +++ b/app/src/map/Map.tsx @@ -57,7 +57,6 @@ export const Map = forwardRef(function MapPresenter( { layers, initialViewState = INITIAL_VIEW_STATE, - isReportOpen, isBreakpointMd, isOpening, pickable, @@ -224,12 +223,9 @@ export const Map = forwardRef(function MapPresenter( }} onDragStart={handleResetMarkerData} controller={ - isReportOpen && isBreakpointMd + isBreakpointMd ? { - scrollZoom: false, - touchZoom: false, - touchRotate: false, - keyboard: false, + touchRotate: true, } : {} }