Merge pull request #4734 from GogoVega/fix-sidebar-config

Fix the Sidebar Config is not refreshed after a deploy
This commit is contained in:
Nick O'Leary 2024-05-30 13:40:12 +01:00 committed by GitHub
commit d71b22412b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -631,6 +631,7 @@ RED.deploy = (function() {
// Once deployed, cannot undo back to a clean state
RED.history.markAllDirty();
RED.view.redraw();
RED.sidebar.config.refresh();
RED.events.emit("deploy");
}).fail(function (xhr, textStatus, err) {
RED.nodes.dirty(true);