mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Bump up long press threshold
This commit is contained in:
parent
fcf11f7d34
commit
5d2a14442a
1 changed files with 1 additions and 0 deletions
|
@ -670,6 +670,7 @@ function Status({
|
||||||
setIsContextMenuOpen(true);
|
setIsContextMenuOpen(true);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
threshold: 500,
|
||||||
captureEvent: true,
|
captureEvent: true,
|
||||||
detect: 'touch',
|
detect: 'touch',
|
||||||
cancelOnMovement: true,
|
cancelOnMovement: true,
|
||||||
|
|
Loading…
Reference in a new issue