Skip to content

Commit

Permalink
Merge pull request #2563 from kazuhitoyokoi/dev-fixgroping
Browse files Browse the repository at this point in the history
Fix description of grouping nodes
  • Loading branch information
knolleary committed May 13, 2020
2 parents bc1fb27 + 341c66a commit 01dde8b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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();
Expand Down

0 comments on commit 01dde8b

Please sign in to comment.