mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Refresh config node sidebar when changing lock state of a flow
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user