Compare commits

..

2 Commits

Author SHA1 Message Date
STEINNI 93ea54da57 graflow: adjust loadnodes from object with clone to avoid polution 2026-04-10 15:19:21 +00:00
STEINNI 5906304b43 Merge branch 'main' of https://gitea.internike.com/nike/buildoz 2026-04-10 14:51:02 +00:00
+1 -1
View File
@@ -132,7 +132,7 @@ class BZgraflow extends Buildoz{
return return
} }
} else if(typeof source == 'object') { } else if(typeof source == 'object') {
flowObj = source flowObj = structuredClone(source)
} }
if(!flowObj.nodesFile){ if(!flowObj.nodesFile){