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 {