diff --git a/src/units.js b/src/units.js index 32fdbf0..239c1f8 100644 --- a/src/units.js +++ b/src/units.js @@ -1,3 +1,3 @@ export const TAP_DURATION_MS = 200 -export const SWIPE_MIN_DURATION_MS = 250 +export const SWIPE_MIN_DURATION_MS = 201 export const SWIPE_MIN_DISTANCE_PX = 20