From fda7f34b99db8ba0170a4f6db4d781b8b4ad41a7 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 4 Dec 2025 21:50:59 +0100 Subject: [PATCH] tried to fix bug: easylist would register clicks when scolling on mobile devices Signed-off-by: Stephan Richter --- frontend/src/routes/task/EasyList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/task/EasyList.svelte b/frontend/src/routes/task/EasyList.svelte index 8a0b952..5fc7b59 100644 --- a/frontend/src/routes/task/EasyList.svelte +++ b/frontend/src/routes/task/EasyList.svelte @@ -73,7 +73,7 @@ } function measured(evt,duration,d){ - if (d > 100) return; + if (d > 10) return; if (duration < 500){ onclick(evt); } else {