shorten mobile press threshold

This commit is contained in:
Gavin McDonald
2018-09-14 21:36:07 -04:00
parent 491982cedb
commit d5862b2c97

View File

@@ -19,7 +19,7 @@ const DEFAULTS = {
moveThreshold: 5,
doubletapThreshold: 500,
pressThreshold: 1000,
pressThreshold: 300,
wheelFactor: -100,
};