mirror of https://github.com/node-red/node-red.git
Fix the Sidebar Config is not refreshed after a deploy
parent
6d41ecdae0
commit
bf30c24e8e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue