How to prevent double click zoom when user click on a marker
Hey guys,
I have a map that display some image galleries cards.
I wan't to prevent the user to zoom in the map when he double click on the gallery navigation (next, previous) but preserving the double click for zoom when its in on the the map.
disableDoubleClickZoom: true is not an option. We need the double click zoom on map.
Some gifs explaining what I trying to do.
I already have try some solutions.
Ref and eventListener on gallery arrow to stopPropagation, default onClick stopPropagation on arrow, event.nativeEvent.stopImmediatePropagation()... but without success.
Any help will be very appreciate

