From 97839a3583ef398c11e2f51058aaceed8e7382fb Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Tue, 17 Sep 2024 05:12:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20add=20support=20for=20step=20i?= =?UTF-8?q?d=20change=20for=20forloops=20and=20branch=E2=80=A6=20(#4395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(frontend): add support for step id change for forloops and branchone + add initial value for DebounchedInput * fix(frontend): fix initial value of DebouncedInput --- .../apps/components/helpers/DebouncedInput.svelte | 9 +++++++++ .../lib/components/flows/map/FlowModuleSchemaMap.svelte | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/frontend/src/lib/components/apps/components/helpers/DebouncedInput.svelte b/frontend/src/lib/components/apps/components/helpers/DebouncedInput.svelte index 89c7c36447599..c7ed674efba15 100644 --- a/frontend/src/lib/components/apps/components/helpers/DebouncedInput.svelte +++ b/frontend/src/lib/components/apps/components/helpers/DebouncedInput.svelte @@ -1,4 +1,5 @@ { + branch.expr = replaceId(branch.expr, id, newId) + }) } }) }