graflow: adjust loadnodes from object with clone to avoid polution

This commit is contained in:
STEINNI
2026-04-10 15:19:21 +00:00
parent 5906304b43
commit 93ea54da57
+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){