Skip to content

Commit 93f849d

Browse files
authored
fix: Add 'blocks' to toolbox category ARIA labels (#9504)
1 parent 27372a6 commit 93f849d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/toolbox/category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export class ToolboxCategory
307307
if (className) {
308308
dom.addClass(toolboxLabel, className);
309309
}
310+
aria.setState(toolboxLabel, aria.State.LABEL, `${name} blocks`);
310311
return toolboxLabel;
311312
}
312313

0 commit comments

Comments
 (0)