mirror of https://github.com/node-red/node-red.git
Merge pull request #5072 from node-red/5061-refresh-sidebar-on-lock-action
Refresh config node sidebar when changing lock state of a flowpull/5078/head
commit
d847bce8b9
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue