Skip to content

Commit

Permalink
Don't allow clickable elements from GMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 6, 2023
1 parent 51f589d commit 6902f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/TheMapInstance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const mapGestureBehaviour
<template>
<GoogleMap
ref="mapInstance" :language="detectLanguage()" disable-default-ui :gesture-handling="mapGestureBehaviour" :keyboard-shortcuts="false"
class="w-full h-full" :styles="googleMapStyles" :max-zoom="21" :min-zoom="3" :restriction="restriction"
class="w-full h-full" :styles="googleMapStyles" :max-zoom="21" :min-zoom="3" :restriction="restriction" :clickable-icons="false"
@idle.once="setInitialMapPosition"
>
<MapMarkers />
Expand Down

0 comments on commit 6902f8c

Please sign in to comment.