Merge pull request #2563 from kazuhitoyokoi/dev-fixgroping

Fix description of grouping nodes
This commit is contained in:
Nick O'Leary
2020-05-13 08:54:19 +01:00
committed by GitHub

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