We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27372a6 commit 93f849dCopy full SHA for 93f849d
1 file changed
core/toolbox/category.ts
@@ -307,6 +307,7 @@ export class ToolboxCategory
307
if (className) {
308
dom.addClass(toolboxLabel, className);
309
}
310
+ aria.setState(toolboxLabel, aria.State.LABEL, `${name} blocks`);
311
return toolboxLabel;
312
313
0 commit comments