1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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
commit 01dde8bea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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