1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Refresh node info when edit tray closes

This commit is contained in:
Nick O'Leary 2016-04-10 19:11:29 +01:00
parent 9c766d76f3
commit f9c869f521

View File

@ -626,6 +626,9 @@ RED.editor = (function() {
if (RED.view.state() != RED.state.IMPORT_DRAGGING) {
RED.view.state(RED.state.DEFAULT);
}
if (editing_node) {
RED.sidebar.info.refresh(editing_node);
}
RED.workspaces.refresh();
},
show: function() {