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 b8f19dc commit 0570261Copy full SHA for 0570261
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