Merge pull request #6778 from matrix-org/t3chguy/fix/18891

This commit is contained in:
Michael Telatynski 2021-09-14 14:07:43 +01:00 committed by GitHub
commit ff39f480bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 67 additions and 47 deletions

View file

@ -93,6 +93,7 @@ export const SpaceButton: React.FC<IButtonProps> = ({
notification={notificationState}
aria-label={ariaLabel}
tabIndex={tabIndex}
showUnsentTooltip={true}
/>
</div>;
}