Skip to content

Commit ad93a34

Browse files
committed
fix: Update toolbox selector.
1 parent 1e37b55 commit ad93a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workspace_utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function getToolboxElement(
9191
const toolbox = workspace.getToolbox();
9292
if (toolbox instanceof Blockly.Toolbox) {
9393
return toolbox.HtmlDiv?.querySelector(
94-
'.blocklyToolboxContents',
94+
'.blocklyToolboxCategoryGroup',
9595
) as HTMLElement | null;
9696
}
9797
return null;

0 commit comments

Comments
 (0)