change touch threshold

This commit is contained in:
nebula 2025-04-02 02:48:51 +00:00
parent ea33666aea
commit 4d7d27c5a6

View File

@ -6,7 +6,7 @@ previewLinks = document.getElementsByClassName("previewLink");
headerImage = document.getElementById("headerImage"); headerImage = document.getElementById("headerImage");
touchDragStartX = null; touchDragStartX = null;
touchDragThreshold = 75; touchDragThreshold = 50;
touchDirection = null; touchDirection = null;
touchLock = false; touchLock = false;