Skip to content

Commit 4412384

Browse files
gonfunkosebjacobs
authored andcommitted
fix: fix issue that could prevent variables from appearing in the toolbox (scratchfoundation#31)
1 parent e68e25f commit 4412384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/blocks.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ class Blocks extends React.Component {
299299
.then(() => {
300300
this.workspace.getFlyout().setRecyclingEnabled(false);
301301
this.props.vm.refreshWorkspace();
302+
this.requestToolboxUpdate();
302303
this.withToolboxUpdates(() => {
303304
this.workspace.getFlyout().setRecyclingEnabled(true);
304305
});

0 commit comments

Comments
 (0)