mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
feat!: Added support for separators in menus. (#8767)
* feat!: Added support for separators in menus. * chore: Do English gooder. * fix: Remove menu separators from the DOM during dispose.
This commit is contained in:
@@ -48,6 +48,9 @@ export enum Role {
|
||||
|
||||
// ARIA role for a tree item that sometimes may be expanded or collapsed.
|
||||
TREEITEM = 'treeitem',
|
||||
|
||||
// ARIA role for a visual separator in e.g. a menu.
|
||||
SEPARATOR = 'separator',
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user