From 255490e4caea385a656adac09b3617de45aab4be Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 27 Jul 2025 23:15:19 +0000 Subject: [PATCH] fix: fix id renaming in apps --- .../src/lib/components/IdEditorInput.svelte | 65 +++++++++++++------ .../contextPanel/components/IdEditor.svelte | 16 ++--- .../components/OutputHeader.svelte | 20 +++--- .../flows/map/FlowModuleSchemaItem.svelte | 6 +- 4 files changed, 63 insertions(+), 44 deletions(-) diff --git a/frontend/src/lib/components/IdEditorInput.svelte b/frontend/src/lib/components/IdEditorInput.svelte index 1f390d517a..820e1fc671 100644 --- a/frontend/src/lib/components/IdEditorInput.svelte +++ b/frontend/src/lib/components/IdEditorInput.svelte @@ -1,24 +1,40 @@