mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2049 from kazuhitoyokoi/dev-fixbug4outoputinsubflow
Fix direction value of subflow output
This commit is contained in:
		| @@ -643,7 +643,7 @@ RED.subflow = (function() { | ||||
|             }}), | ||||
|             out: candidateOutputs.map(function(v,i) { var index = i; return { | ||||
|                 type:"subflow", | ||||
|                 direction:"in", | ||||
|                 direction:"out", | ||||
|                 x:snapToGrid(v.source.x+(v.source.w/2)+80 - offsetX), | ||||
|                 y:snapToGrid(v.source.y - offsetY), | ||||
|                 z:subflowId, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user