node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
18.96k stars 3.31k forks source link

Deleting a grouped node should update the group #4714

Closed GogoVega closed 1 month ago

GogoVega commented 1 month ago

Proposed changes

Fixes #4712

When the user deletes a grouped node from the edit box, the group must be updated in order to remove the node from the group.

PS: I don't know why indexOf doesn't return the correct value.

Checklist

GogoVega commented 1 month ago

Thanks, I will correct that. I created a clone because the "undo" was not doing what it should do. Let's see what happens with your idea.