diff --git a/macrovision.js b/macrovision.js index a11965ea..f7d00206 100644 --- a/macrovision.js +++ b/macrovision.js @@ -3295,7 +3295,7 @@ document.addEventListener("touchmove", (e) => { panOffsetY = e.touches[0].clientY; updateSizes(); panReady = false; - setTimeout(() => panReady=true, 50); + setTimeout(() => panReady=true, 1000/60); } }, { passive: false });