fix: Add 'blocks' to toolbox category ARIA labels (#9504)

This commit is contained in:
Aaron Dodson
2025-12-03 10:16:31 -08:00
committed by GitHub
parent 27372a6f08
commit 93f849d0b8

View File

@@ -307,6 +307,7 @@ export class ToolboxCategory
if (className) {
dom.addClass(toolboxLabel, className);
}
aria.setState(toolboxLabel, aria.State.LABEL, `${name} blocks`);
return toolboxLabel;
}