Skip to content

Commit

Permalink
fix: switch to scroll with ctrl key pressed on map
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpreiss committed Jun 20, 2024
1 parent e6dcc75 commit 5c37986
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export default function ActiveNodesWorldMap({
overflow: "hidden",
}}
mapStyle={getStyle(protomapsApiKey)}
cooperativeGestures={true}
cursor="pointer"
>
<Source type="geojson" data={geojson}>
<Layer
Expand Down

0 comments on commit 5c37986

Please sign in to comment.