diff --git a/www/public/resources/js/functions/task.js b/www/public/resources/js/functions/task.js index d6f5617b..9ffd7ae6 100644 --- a/www/public/resources/js/functions/task.js +++ b/www/public/resources/js/functions/task.js @@ -254,7 +254,7 @@ function scrollEventListener() */ localStorage.setItem('lastScrollPosition', currentScrollPosition); localStorage.setItem('lastScrollDirection', scroll); - + /** * If the user is scrolling up and the last scroll was also up, disable autoscroll * Because it means that the user is really trying to scroll up