From 590b942904fe698ea7b497a57b70fe4e4e27d2a3 Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:50:16 +0100 Subject: [PATCH] patch --- www/public/resources/js/functions/task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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