diff --git a/frontend/src/lib/components/graph/SelectionBoundingBox.svelte b/frontend/src/lib/components/graph/SelectionBoundingBox.svelte index dfacad05e8..4054452935 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()!}