From 30add879ad041f1cf24af3a4501b8ec10df99c38 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 10 Dec 2025 08:32:25 +0100 Subject: [PATCH] improving scroll behaviour on mobile devices Signed-off-by: Stephan Richter --- frontend/src/Components/LineEditor.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/LineEditor.svelte b/frontend/src/Components/LineEditor.svelte index 9dd5252..439ca97 100644 --- a/frontend/src/Components/LineEditor.svelte +++ b/frontend/src/Components/LineEditor.svelte @@ -40,7 +40,7 @@ } function measured(evt,duration,d){ - if (d > 100) return; + if (d > 10) return; if (duration < 500){ onclick(evt); } else {