From 969fa8280a913d470fab8a87c2aa917e9f2a3d29 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 4 Oct 2023 10:37:39 +0200 Subject: [PATCH] fix(svelte-flow) style is now applied properly to the connectionLine --- .../src/lib/components/ConnectionLine/ConnectionLine.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/svelte/src/lib/components/ConnectionLine/ConnectionLine.svelte b/packages/svelte/src/lib/components/ConnectionLine/ConnectionLine.svelte index eb30d3f7..904a45d3 100644 --- a/packages/svelte/src/lib/components/ConnectionLine/ConnectionLine.svelte +++ b/packages/svelte/src/lib/components/ConnectionLine/ConnectionLine.svelte @@ -12,11 +12,11 @@ {#if $connection.path} - + {#if !isCustomComponent} - + {/if}