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:
parent
bc1fb2770b
commit
341c66a199
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user