We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e37b55 commit ad93a34Copy full SHA for ad93a34
src/workspace_utilities.ts
@@ -91,7 +91,7 @@ export function getToolboxElement(
91
const toolbox = workspace.getToolbox();
92
if (toolbox instanceof Blockly.Toolbox) {
93
return toolbox.HtmlDiv?.querySelector(
94
- '.blocklyToolboxContents',
+ '.blocklyToolboxCategoryGroup',
95
) as HTMLElement | null;
96
}
97
return null;
0 commit comments