Merge branch 'main' of https://gitea.internike.com/nike/buildoz
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ class BZgraflow extends Buildoz{
|
|||||||
childEl.addNode({
|
childEl.addNode({
|
||||||
"nodeType": portLink.refNodeType,
|
"nodeType": portLink.refNodeType,
|
||||||
"id": nid,
|
"id": nid,
|
||||||
"markup": { "parentport": portLink.parentPort }
|
"markup": { ...portLink }
|
||||||
})
|
})
|
||||||
if(portLink.direction=='in') {
|
if(portLink.direction=='in') {
|
||||||
childEl.addWire({
|
childEl.addWire({
|
||||||
|
|||||||
Reference in New Issue
Block a user