Bump up long press threshold

This commit is contained in:
Lim Chee Aun 2023-04-15 12:04:31 +08:00
parent fcf11f7d34
commit 5d2a14442a

View file

@ -670,6 +670,7 @@ function Status({
setIsContextMenuOpen(true);
},
{
threshold: 500,
captureEvent: true,
detect: 'touch',
cancelOnMovement: true,