mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Show port label of subflow with input port
This commit is contained in:
		| @@ -588,7 +588,7 @@ RED.editor = (function() { | ||||
|             for (i=inputCount;i<childCount;i++) { | ||||
|                 $(children[i]).remove(); | ||||
|             } | ||||
|             if (outputCount === 0) { | ||||
|             if (inputCount === 0) { | ||||
|                 buildLabelRow().appendTo(inputsDiv); | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user