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

Fix description of grouping nodes

This commit is contained in:
Kazuhito Yokoi 2020-05-13 12:32:02 +09:00
parent bc1fb2770b
commit 341c66a199

View File

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