diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/workspaces.js b/packages/node_modules/@node-red/editor-client/src/js/ui/workspaces.js index c380f251a..78e1399cd 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/workspaces.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/workspaces.js @@ -767,6 +767,7 @@ RED.workspaces = (function() { RED.history.push(historyEvent); RED.events.emit("flows:change",workspace); RED.nodes.dirty(true); + RED.sidebar.config.refresh(); RED.nodes.filterNodes({z:workspace.id}).forEach(n => n.dirty = true) RED.view.redraw(true); }