From 4d7d27c5a6261ffa8f14ba1598b53a5bc7034776 Mon Sep 17 00:00:00 2001 From: nebula Date: Wed, 2 Apr 2025 02:48:51 +0000 Subject: [PATCH] change touch threshold --- js/imgGallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/imgGallery.js b/js/imgGallery.js index b9b10ea..cb13fd7 100644 --- a/js/imgGallery.js +++ b/js/imgGallery.js @@ -6,7 +6,7 @@ previewLinks = document.getElementsByClassName("previewLink"); headerImage = document.getElementById("headerImage"); touchDragStartX = null; -touchDragThreshold = 75; +touchDragThreshold = 50; touchDirection = null; touchLock = false;