Merge branch 'bugfix/scroll_dont_click'

This commit is contained in:
2025-12-05 12:24:01 +01:00

View File

@@ -73,7 +73,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 {