mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #4553 from lgrkvst/dev
Allow RED.view.select to select links
This commit is contained in:
		| @@ -6247,6 +6247,10 @@ RED.view = (function() { | ||||
|                             } | ||||
|                         }) | ||||
|                     } | ||||
|                     if (selection.links) { | ||||
|                         selectedLinks.clear(); | ||||
|                         selection.links.forEach(selectedLinks.add); | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|             updateSelection(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user