mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix to show link target when selected
This commit is contained in:
		| @@ -4421,6 +4421,9 @@ RED.view = (function() { | ||||
|                             n.selected = true; | ||||
|                             n.dirty = true; | ||||
|                             movingSet.add(n); | ||||
|                             if (targets.length === 1) { | ||||
|                                 RED.view.reveal(n.id); | ||||
|                             } | ||||
|                         }); | ||||
|                         updateSelection(); | ||||
|                         redraw(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user