diff --git a/src/js/main.js b/src/js/main.js index 1afa84c..a5c6ca5 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -319,7 +319,9 @@ function init() { } function appsScrolllAnimation(direction) { - clearInterval(scroll) + let apps = desktop.elem("#Applications") + interval = undefined + clearInterval(interval) let scroll = 76 let pixels = 1; let timer = 1;