Skip to content

Commit

Permalink
chore: make map preview card non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlii committed Sep 14, 2023
1 parent 8a00112 commit 6012b8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/components/MapFilter/MapView/MapPreviewCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down

0 comments on commit 6012b8a

Please sign in to comment.