mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix delete-all action on config node sidebar
This commit is contained in:
		| @@ -257,7 +257,7 @@ RED.sidebar.config = (function() { | ||||
|         RED.actions.add("core:delete-config-selection", function() { | ||||
|             var selectedNodes = []; | ||||
|             $(content).find(".red-ui-palette-node.selected").each(function() { | ||||
|                 selectedNodes.push($(this).data('node')); | ||||
|                 selectedNodes.push($(this).parent().data('node')); | ||||
|             }); | ||||
|             if (selectedNodes.length > 0) { | ||||
|                 var historyEvent = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user