From e9011567bd2ee72763a87fc9b458efc5c76cfd53 Mon Sep 17 00:00:00 2001 From: darshanr0107 Date: Wed, 20 Aug 2025 12:01:10 +0530 Subject: [PATCH] fix: edge intersection issue in tidy tree layout on-behalf-of: @Mermaid-Chart --- cypress/platform/mindmap-layouts.html | 13 ++-- .../mermaid-layout-tidy-tree/src/layout.ts | 64 +++---------------- 2 files changed, 15 insertions(+), 62 deletions(-) diff --git a/cypress/platform/mindmap-layouts.html b/cypress/platform/mindmap-layouts.html index 0a857ebf7..0aef65d42 100644 --- a/cypress/platform/mindmap-layouts.html +++ b/cypress/platform/mindmap-layouts.html @@ -101,14 +101,7 @@ C D -
-      mindmap
-      root((mindmap is a long thing))
-        A
-        B
-        C
-        D
-    
+
     ---
       config:
@@ -369,6 +362,10 @@