Add aria-live to network status area, left pane, and timeline

This commit is contained in:
Scott Nonnenberg 2019-09-16 12:23:21 -07:00
parent 18d6582466
commit 3215be7849
3 changed files with 4 additions and 4 deletions

View file

@ -306,7 +306,7 @@ export class SearchResults extends React.Component<PropsType> {
}
return (
<div className="module-search-results">
<div className="module-search-results" aria-live="polite">
<AutoSizer>
{({ height, width }) => {
this.mostRecentWidth = width;