From 638f74d3700a3b593376bc25ec3b2ddbdf52d37e Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 12 Nov 2025 10:07:47 +0100 Subject: [PATCH] nit --- frontend/src/lib/components/graph/SelectionBoundingBox.svelte | 2 +- frontend/src/lib/components/graph/SelectionTool.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/graph/SelectionBoundingBox.svelte b/frontend/src/lib/components/graph/SelectionBoundingBox.svelte index 4054452935..f7cd419435 100644 --- a/frontend/src/lib/components/graph/SelectionBoundingBox.svelte +++ b/frontend/src/lib/components/graph/SelectionBoundingBox.svelte @@ -59,7 +59,7 @@ {#if bounds() && selectedNodes.length > 1} {@const currentBounds = bounds()!}