Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
[apps] fix scrolling regression
Browse files Browse the repository at this point in the history
  • Loading branch information
codesardine committed Dec 21, 2020
1 parent 3a3872a commit 08bde61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 08bde61

Please sign in to comment.