Make (most) UI elements reachable via keyboard (#12657)

feat(a11y): make (most) UI elements reachable via keyboard
This commit is contained in:
Emmanuel Pelletier
2023-02-28 11:21:15 +01:00
committed by GitHub
parent 778bca3031
commit c81777a475
24 changed files with 247 additions and 32 deletions

View File

@@ -1466,6 +1466,7 @@ class Toolbox extends Component<IProps> {
accessibilityLabel = { t(toolbarAccLabel) }
className = { classes.contextMenu }
hidden = { false }
id = 'overflow-context-menu'
inDrawer = { _overflowDrawer }
onKeyDown = { this._onEscKey }>
{overflowMenuButtons.reduce((acc, val) => {