Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Add aria-expanded to layersTree groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhub committed Jun 19, 2023
1 parent d0054ca commit 4871cc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class LayersTreeGroup extends React.Component {
onClick={handleClick}
icon={open ? 'chevron-down' : 'chevron-right'}
minimal
aria-expanded={Boolean(open)}
>
{title}

Expand Down

0 comments on commit 4871cc2

Please sign in to comment.