mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +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);
|
||||
},
|
||||
{
|
||||
threshold: 500,
|
||||
captureEvent: true,
|
||||
detect: 'touch',
|
||||
cancelOnMovement: true,
|
||||
|
|
Loading…
Reference in a new issue