From 15831900dec006043e8459ac25c44ae0762bb87a Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Tue, 14 Oct 2025 16:05:31 +0200 Subject: [PATCH] Do not crash minimap if all nodes are hidden Refactor getInternalNodesBounds for improved stability. --- .changeset/giant-foxes-roll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/giant-foxes-roll.md b/.changeset/giant-foxes-roll.md index 2cc1b82a..14d73c64 100644 --- a/.changeset/giant-foxes-roll.md +++ b/.changeset/giant-foxes-roll.md @@ -3,4 +3,4 @@ '@xyflow/system': patch --- -Fix Minimap if all nodes are hidden in a flow and refactor getInternalNodesBounds +Do not crash minimap if all nodes are hidden