We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3faaf85 commit 8af1dcbCopy full SHA for 8af1dcb
1 file changed
src/components/Map.tsx
@@ -213,6 +213,7 @@ export default function MapComponent({
213
<MapContainer
214
attributionControl={false}
215
center={[lat, lng]}
216
+ doubleClickZoom={false}
217
zoom={zoom}
218
style={{ height: "100%", width: "100%" }}
219
zoomAnimation={true}
0 commit comments