improving scroll behaviour on mobile devices

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-10 08:32:25 +01:00
parent 1eb49a5d4e
commit 30add879ad

View File

@@ -40,7 +40,7 @@
} }
function measured(evt,duration,d){ function measured(evt,duration,d){
if (d > 100) return; if (d > 10) return;
if (duration < 500){ if (duration < 500){
onclick(evt); onclick(evt);
} else { } else {