Skip to content

Commit

Permalink
Use new exportStandaloneBlocks API in backpack
Browse files Browse the repository at this point in the history
Will make backpacking scripts with custom extensions work
  • Loading branch information
GarboMuffin committed Jul 29, 2023
1 parent c295a7f commit 623b7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/backpack.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class Backpack extends React.Component {
this.handleDrop({
dragType: DragConstants.CODE,
payload: {
blockObjects: blocks,
blockObjects: this.props.vm.exportStandaloneBlocks(blocks),
topBlockId: topBlockId
}
});
Expand Down

0 comments on commit 623b7f7

Please sign in to comment.