Remove duplicate history add of ungroup event

Fixes #3581
This commit is contained in:
Nick O'Leary 2022-05-09 20:51:17 +01:00
parent d549a9ad92
commit d2fab7fddd
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 3 deletions

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);