diff --git a/src/components/menu.jsx b/src/components/menu.jsx index 1e9bcec0..7c24dcd3 100644 --- a/src/components/menu.jsx +++ b/src/components/menu.jsx @@ -33,7 +33,7 @@ function NavMenu(props) { states.showAccounts = true; }, { - threshold: 1000, + threshold: 600, detect: 'touch', cancelOnMovement: true, }, diff --git a/src/components/status.jsx b/src/components/status.jsx index 4b0239e6..8e41de98 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -673,7 +673,7 @@ function Status({ setIsContextMenuOpen(true); }, { - threshold: 1000, + threshold: 600, captureEvent: true, detect: 'touch', cancelOnMovement: true, @@ -1836,7 +1836,7 @@ function FilteredStatus({ status, filterInfo, instance, containerProps = {} }) { setShowPeek(true); }, { - threshold: 1000, + threshold: 600, captureEvent: true, detect: 'touch', cancelOnMovement: true,