You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
These blocks of code contain interactive elements that are not given interactive tags or tabindex. This means that it is not possible to tab through the "compose new message" button or the conversation list.
These blocks of code contain interactive elements that are not given interactive tags or tabindex. This means that it is not possible to tab through the "compose new message" button or the conversation list.
BlueBubbles-Desktop-App/src/renderer/components/ViewContainer/MessagingView/LeftCol/TopNav/LeftTopNav.tsx
Lines 58 to 81 in 47bbd56
BlueBubbles-Desktop-App/src/renderer/components/ViewContainer/MessagingView/LeftCol/ConversationsNav/Conversation/Conversation.tsx
Lines 139 to 178 in 47bbd56
The fix (which I will PR if y'all are interested) is to pass props into the components with
tabIndex="0"
(see here https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)The text was updated successfully, but these errors were encountered: