Skip to content

Commit

Permalink
Revert "Remove focusRegionOnTextChange" - for science
Browse files Browse the repository at this point in the history
This reverts commit e6bd3a9.
  • Loading branch information
cee-chen committed Feb 23, 2023
1 parent 87797b9 commit 0629d6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ export const ScreenReaderRouteAnnouncements: FC<{
}
}, [breadcrumbs]);

return <EuiScreenReaderLive aria-live="assertive">{routeTitle}</EuiScreenReaderLive>;
return <EuiScreenReaderLive focusRegionOnTextChange>{routeTitle}</EuiScreenReaderLive>;
};

0 comments on commit 0629d6b

Please sign in to comment.