Skip to content

Commit f385194

Browse files
MelvinBotmkhutornyi
andcommitted
Update hadTabNavigation JSDoc comment per review suggestion
Co-authored-by: mkhutornyi <mkhutornyi@users.noreply.github.com>
1 parent 1d1c534 commit f385194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/hadTabNavigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** True when the user is keyboard-navigating; false when typing or using a mouse. Typing/printable keys clear; Tab/Arrow/named keys preserve. */
1+
/** True when the user is keyboard-navigating; false when typing or using a mouse. Only Tab sets true; printable/typing keys clear it. */
22
let hadTabNavigation = false;
33
let teardown: (() => void) | null = null;
44

0 commit comments

Comments
 (0)