diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/group.js b/packages/node_modules/@node-red/editor-client/src/js/ui/group.js index e7220b817..fdfca23b4 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/group.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/group.js @@ -380,11 +380,16 @@ RED.group = (function() { return; } } + var existingGroup; + // Second pass, ungroup any groups in the selection and add their contents // to the selection for (var i=0; i