mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Let's further reduce cancelOnMovement
This commit is contained in:
parent
3042dea886
commit
30f6d50a68
1 changed files with 2 additions and 2 deletions
|
@ -807,7 +807,7 @@ function Status({
|
||||||
threshold: 600,
|
threshold: 600,
|
||||||
captureEvent: true,
|
captureEvent: true,
|
||||||
detect: 'touch',
|
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,
|
threshold: 600,
|
||||||
captureEvent: true,
|
captureEvent: true,
|
||||||
detect: 'touch',
|
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