mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3605 from node-red/fix-ungroup-history
Remove duplicate history add of ungroup event
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user