We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d68d0 commit 9d2a5d2Copy full SHA for 9d2a5d2
core/src/utils/focus-visible.ts
@@ -66,9 +66,7 @@ export const startFocusVisible = (rootEl?: HTMLElement): FocusVisibleUtility =>
66
setFocus(toFocus);
67
}
68
console.log('toFocus', toFocus);
69
- if (toFocus.length > 0) {
70
- keyboardMode = true;
71
- }
+ keyboardMode = true;
72
};
73
const onFocusout = () => {
74
console.log('onFocusout');
0 commit comments