Bug 2262682:Screen reader is not announcing the updated deleting status information after deleting the container. (#1563)

This commit is contained in:
MokireddySampath
2023-08-14 21:48:25 +05:30
committed by GitHub
parent 9f7783f3f9
commit 1a3ca94efb
3 changed files with 8 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ const App: React.FunctionComponent = () => {
}
return (
<div className="flexContainer">
<div className="flexContainer" aria-hidden="false">
<div id="divExplorer" className="flexContainer hideOverflows">
<div id="freeTierTeachingBubble"> </div>
{/* Main Command Bar - Start */}