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.
2 parents 5a714e7 + bcc8f78 commit 12d72f1Copy full SHA for 12d72f1
src/containers/blocks.jsx
@@ -338,7 +338,7 @@ class Blocks extends React.Component {
338
const stageCostumes = stage.getCostumes();
339
const targetCostumes = target.getCostumes();
340
const targetSounds = target.getSounds();
341
- const dynamicBlocksXML = this.props.vm.runtime.getBlocksXML();
+ const dynamicBlocksXML = this.props.vm.runtime.getBlocksXML(target);
342
return makeToolboxXML(target.isStage, target.id, dynamicBlocksXML,
343
targetCostumes[targetCostumes.length - 1].name,
344
stageCostumes[stageCostumes.length - 1].name,
0 commit comments