Fix the Sidebar Config is not refreshed after a deploy

pull/4734/head
GogoVega 2024-05-29 20:44:49 +02:00
parent 6d41ecdae0
commit bf30c24e8e
No known key found for this signature in database
GPG Key ID: E1E048B63AC5AC2B
1 changed files with 1 additions and 0 deletions

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