improving scroll behaviour on mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user