shorten mobile press threshold
This commit is contained in:
@@ -19,7 +19,7 @@ const DEFAULTS = {
|
|||||||
|
|
||||||
moveThreshold: 5,
|
moveThreshold: 5,
|
||||||
doubletapThreshold: 500,
|
doubletapThreshold: 500,
|
||||||
pressThreshold: 1000,
|
pressThreshold: 300,
|
||||||
|
|
||||||
wheelFactor: -100,
|
wheelFactor: -100,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user