From 42900c022f4e361b93262b82c32076615e9f7736 Mon Sep 17 00:00:00 2001 From: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:13:39 +0530 Subject: [PATCH] fix: Reduces cloning by not adding platform functions (#18433) reduces cloning --- app/client/src/workers/Evaluation/JSObject/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/workers/Evaluation/JSObject/index.ts b/app/client/src/workers/Evaluation/JSObject/index.ts index cd6138b524..e402817b13 100644 --- a/app/client/src/workers/Evaluation/JSObject/index.ts +++ b/app/client/src/workers/Evaluation/JSObject/index.ts @@ -98,7 +98,7 @@ export function saveResolvedFunctionsAndJSUpdates( parsedElement.value, unEvalDataTree, {}, - true, + false, undefined, undefined, true,