mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix inject node output tooltip extra property count
This commit is contained in:
		| @@ -214,7 +214,7 @@ | ||||
|                 for (var i=0,l=props.length; i<l; i++) { | ||||
|                     if (i > 0) lab += "\n"; | ||||
|                     if (i === 5) { | ||||
|                         lab += " + "+(props.length-4); | ||||
|                         lab += "... +"+(props.length-5); | ||||
|                         break; | ||||
|                     } | ||||
|                     lab += props[i].p+": "; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user