mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -111,7 +111,8 @@ export function UseKeyboardNav({ forPage }: { forPage: Page }) {
|
||||
tag === "TEXTAREA" ||
|
||||
tag === "SELECT" ||
|
||||
active.getAttribute("role") === "textbox"
|
||||
) return;
|
||||
)
|
||||
return;
|
||||
}
|
||||
|
||||
if (isModPressed) {
|
||||
|
||||
Reference in New Issue
Block a user