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() {