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 eb7df97 commit d4a7ba5Copy full SHA for d4a7ba5
src/A11yAnnouncer.tsx
@@ -17,7 +17,7 @@ export const A11yAnnouncer: React.FC = () => {
17
const message = useAnnounceStore(state => state.message);
18
19
useEffect(() => {
20
- window.addEventListener('cick', () => {
+ window.addEventListener('click', () => {
21
if (window.document.activeElement?.getAttribute('r3f-a11y')) {
22
//@ts-ignore
23
window.document.activeElement.blur();
0 commit comments