mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Ensure label is shown in help tree
This commit is contained in:
		| @@ -265,7 +265,7 @@ RED.sidebar.help = (function() { | ||||
|             } | ||||
|         } | ||||
|         label = label || n.type; | ||||
|         $('<div>',{class:"red-ui-node-label"}).text(n.name||n.type).appendTo(icon); | ||||
|         $('<div>',{class:"red-ui-node-label"}).text(label).appendTo(icon); | ||||
|         return div; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user