From 4994745c58542dbe7b9edd6126874ccb7c06c8d7 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 12 Nov 2025 13:14:15 +0100 Subject: [PATCH] improve selection toggle --- frontend/src/lib/components/graph/FlowGraphV2.svelte | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/lib/components/graph/FlowGraphV2.svelte b/frontend/src/lib/components/graph/FlowGraphV2.svelte index d63b06c5bb..241f3697cb 100644 --- a/frontend/src/lib/components/graph/FlowGraphV2.svelte +++ b/frontend/src/lib/components/graph/FlowGraphV2.svelte @@ -824,11 +824,6 @@ > - {#if selectionManager.selectedIds.length > 0} - {selectionManager.selectedIds.length} selected - {/if} {/if} {#if download}