Fix description of grouping nodes

This commit is contained in:
Kazuhito Yokoi 2020-05-13 12:32:02 +09:00
parent bc1fb2770b
commit 341c66a199
1 changed files with 1 additions and 0 deletions

View File

@ -2635,6 +2635,7 @@ RED.editor = (function() {
if (RED.view.state() != RED.state.IMPORT_DRAGGING) {
RED.view.state(RED.state.DEFAULT);
}
RED.sidebar.info.refresh(editing_node);
nodeInfoEditor.destroy();
nodeInfoEditor = null;
editStack.pop();