diff --git a/src/hooks/useDoublePress.ts b/src/hooks/useDoublePress.ts index 7844fbd..c50843a 100644 --- a/src/hooks/useDoublePress.ts +++ b/src/hooks/useDoublePress.ts @@ -60,3 +60,4 @@ export function useDoublePress( lastPressRef.current = now }, [setPending, onDoublePress, onFirstPress, clearTimeoutSafe]) } +