Skip to content

Commit 861d8c2

Browse files
committed
Disable map tap to fix bugs in Safari
1 parent de976ef commit 861d8c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
var map = L.map('map', {
7474
attributionControl: false,
7575
zoomControl: false,
76-
scrollWheelZoom: false
76+
scrollWheelZoom: false,
77+
tap: false
7778
}).setView([41.76,-72.69], 11); // default center is overridden by Google Sheet options and points
7879
</script>
7980

0 commit comments

Comments
 (0)