graflow: adjust loadnodes from object with clone to avoid polution
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ class BZgraflow extends Buildoz{
|
||||
return
|
||||
}
|
||||
} else if(typeof source == 'object') {
|
||||
flowObj = source
|
||||
flowObj = structuredClone(source)
|
||||
}
|
||||
|
||||
if(!flowObj.nodesFile){
|
||||
|
||||
Reference in New Issue
Block a user