From 3429bfa146299f191391bb838b3e0efd08846e71 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Tue, 8 Oct 2024 12:39:15 +0200 Subject: [PATCH] fix copilot placement --- frontend/src/lib/components/flows/map/FlowCopilotButton.svelte | 2 +- frontend/src/lib/components/flows/map/MapItem.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/flows/map/FlowCopilotButton.svelte b/frontend/src/lib/components/flows/map/FlowCopilotButton.svelte index ffc39698e4..cc128409df 100644 --- a/frontend/src/lib/components/flows/map/FlowCopilotButton.svelte +++ b/frontend/src/lib/components/flows/map/FlowCopilotButton.svelte @@ -15,7 +15,7 @@ getContext('FlowCopilotContext') || {} -
+
diff --git a/frontend/src/lib/components/flows/map/MapItem.svelte b/frontend/src/lib/components/flows/map/MapItem.svelte index a171cd3344..23c12cb36a 100644 --- a/frontend/src/lib/components/flows/map/MapItem.svelte +++ b/frontend/src/lib/components/flows/map/MapItem.svelte @@ -63,7 +63,7 @@ {#if mod}
{#if insertable && !disableAi && mod.id === 'preprocessor'} - + {/if} {#if moving == mod.id}