Skip to content

Commit

Permalink
voiceover why
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Pierce <[email protected]>
  • Loading branch information
cee-chen and 1Copenut authored Feb 7, 2024
1 parent 6b0cc92 commit 8a98ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tree_view/tree_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export class EuiTreeViewClass extends Component<
className={classes}
id={!this.isNested ? this.state.treeID : undefined}
aria-describedby={!this.isNested ? instructionsId : undefined}
role="list"
{...rest}
>
{items.map((node, index) => {
Expand Down

0 comments on commit 8a98ba2

Please sign in to comment.