From 93ea54da575411c0c8a395827f0e15bb34fd6c58 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Fri, 10 Apr 2026 15:19:21 +0000 Subject: [PATCH] graflow: adjust loadnodes from object with clone to avoid polution --- bzGraflow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzGraflow.js b/bzGraflow.js index 57e0d60..4ea2d49 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -132,7 +132,7 @@ class BZgraflow extends Buildoz{ return } } else if(typeof source == 'object') { - flowObj = source + flowObj = structuredClone(source) } if(!flowObj.nodesFile){