Merge pull request #2049 from kazuhitoyokoi/dev-fixbug4outoputinsubflow

Fix direction value of subflow output
This commit is contained in:
Nick O'Leary 2019-02-05 08:31:04 +00:00 committed by GitHub
commit a47831e278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,