From 8397da779e8991d004feed04b9706b52f1cb1068 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=9A=EF=B8=8F=20useDoublePress.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useDoublePress.ts | 1 + 1 file changed, 1 insertion(+) 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]) } +