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
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>;
}