fix: Emoji picker can be closed with escape key, other a11y fixes

This commit is contained in:
Jay Sitter 2023-06-24 01:58:21 -04:00
parent 07c7177a25
commit 5ed7352359
4 changed files with 14 additions and 6 deletions

View file

@ -26,9 +26,7 @@
"jsx-a11y/aria-activedescendant-has-tabindex": 1,
"jsx-a11y/aria-role": 1,
"jsx-a11y/click-events-have-key-events": 1,
"jsx-a11y/iframe-has-title": 1,
"jsx-a11y/interactive-supports-focus": 1,
"jsx-a11y/no-redundant-roles": 1,
"jsx-a11y/no-static-element-interactions": 1,
"jsx-a11y/role-has-required-aria-props": 1,
"curly": 0,