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

Merge pull request #3655 from Steve-Mcl/dup-hist-event

Remove duplicate history add of ungroup event (backport #3581to v2.x)
This commit is contained in:
Nick O'Leary 2022-06-16 11:12:11 +01:00 committed by GitHub
commit d925f12aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,9 +323,6 @@ RED.group = (function() {
groups: [ ],
dirty: RED.nodes.dirty()
}
RED.history.push(historyEvent);
groups.forEach(function(g) {
newSelection = newSelection.concat(ungroup(g))
historyEvent.groups.push(g);