Compare commits

...
2 Commits
+1 -1
View File
@@ -132,7 +132,7 @@ class BZgraflow extends Buildoz{
return
}
} else if(typeof source == 'object') {
flowObj = source
flowObj = structuredClone(source)
}
if(!flowObj.nodesFile){