[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-12 17:16:10 +00:00
committed by GitHub
parent a41137aacc
commit 83e8c82c4a

View File

@@ -111,7 +111,8 @@ export function UseKeyboardNav({ forPage }: { forPage: Page }) {
tag === "TEXTAREA" ||
tag === "SELECT" ||
active.getAttribute("role") === "textbox"
) return;
)
return;
}
if (isModPressed) {