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

@ -171,7 +171,7 @@ export class LeftPane extends React.Component<PropsType> {
// it re-renders when our conversation data changes. Otherwise it would just render
// on startup and scroll.
const list = (
<div className="module-left-pane__list" key={listKey}>
<div className="module-left-pane__list" key={listKey} aria-live="polite">
<AutoSizer>
{({ height, width }) => (
<List