diff --git a/app.js b/app.js index b161e94..26e7273 100644 --- a/app.js +++ b/app.js @@ -568,14 +568,10 @@ if ('serviceWorker' in navigator) { function handleSingleClickLogic(buttonId) { console.log(`Single Click Logic Executed from Button: ${buttonId}`); - if (!isDragging) return; - - isDragging = false; if (buttonId === BUTTON_ID) { moveCarousel(-1); } - // Reset carousel to proper position carousel.style.transform = `translateX(${-100 * currentPlayerIndex}%)`; renderPlayers();