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 e68e25f commit 4412384Copy full SHA for 4412384
src/containers/blocks.jsx
@@ -299,6 +299,7 @@ class Blocks extends React.Component {
299
.then(() => {
300
this.workspace.getFlyout().setRecyclingEnabled(false);
301
this.props.vm.refreshWorkspace();
302
+ this.requestToolboxUpdate();
303
this.withToolboxUpdates(() => {
304
this.workspace.getFlyout().setRecyclingEnabled(true);
305
});
0 commit comments