From 83e8c82c4ac4d8367d9faa177bf1557e108a741b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:16:10 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/hooks/use-keyboard-nav.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/hooks/use-keyboard-nav.tsx b/apps/dokploy/hooks/use-keyboard-nav.tsx index 1070dd702..95f38d7e2 100644 --- a/apps/dokploy/hooks/use-keyboard-nav.tsx +++ b/apps/dokploy/hooks/use-keyboard-nav.tsx @@ -111,7 +111,8 @@ export function UseKeyboardNav({ forPage }: { forPage: Page }) { tag === "TEXTAREA" || tag === "SELECT" || active.getAttribute("role") === "textbox" - ) return; + ) + return; } if (isModPressed) {