Skip to content

Commit

Permalink
Add one more aria attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Feb 10, 2021
1 parent a622465 commit b8cbe10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/WindowTopMenuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class WindowTopMenuButton extends Component {
return (
<>
<MiradorMenuButton
aria-expanded={!!anchorEl}
aria-haspopup="true"
aria-label={t('windowMenu')}
aria-owns={anchorEl ? `window-menu_${windowId}` : undefined}
Expand Down

0 comments on commit b8cbe10

Please sign in to comment.