Refresh node info when edit tray closes

pull/911/head
Nick O'Leary 2016-04-10 19:11:29 +01:00
parent 9c766d76f3
commit f9c869f521
1 changed files with 3 additions and 0 deletions

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