Refresh config node sidebar when changing lock state of a flow

This commit is contained in:
Nick O'Leary
2025-03-03 16:39:58 +00:00
parent 2feb290ae3
commit ce23d89739

View File

@@ -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);
}