From 8572b18204dc736ce2bb6ec1db25ff70ecd9a971 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Thu, 19 Jun 2025 08:15:44 +0800 Subject: [PATCH] rm duplicated compound --- web/app/components/workflow/utils/dagre-layout.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/components/workflow/utils/dagre-layout.ts b/web/app/components/workflow/utils/dagre-layout.ts index eeb9a332f2..5eafe77586 100644 --- a/web/app/components/workflow/utils/dagre-layout.ts +++ b/web/app/components/workflow/utils/dagre-layout.ts @@ -91,7 +91,6 @@ export const getLayoutByDagre = (originNodes: Node[], originEdges: Edge[]) => { }) dagreGraph.setGraph({ - compound: true, rankdir: 'LR', align: 'UL', nodesep: 40,