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:
@@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
function measured(evt,duration,d){
|
||||
if (d > 100) return;
|
||||
if (d > 10) return;
|
||||
if (duration < 500){
|
||||
onclick(evt);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user