From c7c4c75414fcc58930a61a3736b4eaacaaeddd6d Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 13 Nov 2023 02:40:54 +0000 Subject: [PATCH] maps does the sensible thing now with touch controls --- app/assets/javascripts/tailwind/maps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/tailwind/maps.js b/app/assets/javascripts/tailwind/maps.js index 2e518ae7a..6d5e8032d 100644 --- a/app/assets/javascripts/tailwind/maps.js +++ b/app/assets/javascripts/tailwind/maps.js @@ -37,7 +37,6 @@ async function initialiseBasicMapWithMarker2(map_div, params) { center: center, fullscreenControl: false, streetViewControl: false, - draggable: false, backgroundColor: "#d1e6d9" } );