From c2cb67c51c790417d5d7c753be340b9a1d94bb2c Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sun, 31 May 2026 12:18:50 +0200 Subject: [PATCH] hgfdhfd --- public/s/js/f0ckm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/js/f0ckm.js b/public/s/js/f0ckm.js index e0e4275..d8af92a 100644 --- a/public/s/js/f0ckm.js +++ b/public/s/js/f0ckm.js @@ -1840,7 +1840,7 @@ window.cancelAnimFrame = (function () { }; // Touch listeners (attached to container for mobile) - container.addEventListener('touchstart', e => handleStart(e.touches[0].clientX, e.touches[0].clientY), { passive: true }); + container.addEventListener('touchstart', e => handleStart(e.touches[0].clientX, e.touches[0].clientY), { passive: false }); container.addEventListener('touchmove', e => handleMove(e.touches[0].clientX, e.touches[0].clientY, e), { passive: false }); container.addEventListener('touchend', handleEnd, { passive: true });