tried to fix bug: easylist would register clicks when scolling on mobile devices

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-04 21:50:59 +01:00
parent 56b79e1ecf
commit fda7f34b99

View File

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