Silence some widgets for better screen reader presentation. (#7057)

This commit is contained in:
Nolan Darilek 2021-11-01 04:01:18 -05:00 committed by GitHub
parent d61a83a7b9
commit 022588fe06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 1 deletions

View file

@ -183,6 +183,7 @@ export default class WhoIsTypingTile extends React.Component<IProps, IState> {
height={24}
resizeMethod="crop"
viewUserOnClick={true}
aria-live="off"
/>
);
});