Merge pull request #30490 from overleaf/mg-context-menu-a11y

[web] Add a11y support for context menu

GitOrigin-RevId: 3cbe66ee3ee8345dd0e89f89561928889832a50d
This commit is contained in:
Malik Glossop
2026-01-20 09:06:32 +00:00
committed by Copybot
parent 3e9d3f4d9c
commit 723da5c28a
9 changed files with 370 additions and 233 deletions
@@ -73,6 +73,8 @@ export type DropdownMenuProps = PropsWithChildren<{
id?: string
renderOnMount?: boolean
popperConfig?: BS5DropdownMenuProps['popperConfig']
tabIndex?: number
onKeyDown?: (event: React.KeyboardEvent) => void
}>
export type DropdownDividerProps = PropsWithChildren<{