From 30f6d50a686b6340c61db1d998e99cce0b5a2dcd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 30 Sep 2023 00:26:51 +0800 Subject: [PATCH] Let's further reduce cancelOnMovement --- src/components/status.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 0ff554bb..9b2ae16e 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -807,7 +807,7 @@ function Status({ threshold: 600, captureEvent: true, detect: 'touch', - cancelOnMovement: 4, // true allows movement of up to 25 pixels + cancelOnMovement: 2, // true allows movement of up to 25 pixels }, ); @@ -2088,7 +2088,7 @@ function FilteredStatus({ status, filterInfo, instance, containerProps = {} }) { threshold: 600, captureEvent: true, detect: 'touch', - cancelOnMovement: 4, // true allows movement of up to 25 pixels + cancelOnMovement: 2, // true allows movement of up to 25 pixels }, );