Let's further reduce cancelOnMovement
This commit is contained in:
parent
3042dea886
commit
30f6d50a68
|
@ -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
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue