diff --git a/src/renderer/components/MapFilter/MapView/MapPreviewCard.js b/src/renderer/components/MapFilter/MapView/MapPreviewCard.js index 1b5cc2c4..0c565795 100644 --- a/src/renderer/components/MapFilter/MapView/MapPreviewCard.js +++ b/src/renderer/components/MapFilter/MapView/MapPreviewCard.js @@ -6,9 +6,7 @@ import { MAPBOX_ACCESS_TOKEN } from '../../../../../config' export const MapboxPreview = ReactMapboxGl({ accessToken: MAPBOX_ACCESS_TOKEN, - dragRotate: false, - pitchWithRotate: false, - attributionControl: false, + interactive: false, injectCSS: false })