From eb46c3508244324e80615704512fb50f8c2d991a Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 16 Jan 2026 17:53:49 +0000 Subject: [PATCH] Generated by Spark: Its not bad but when I click from top to bottom: fine. then when i do vice versa, arrow points wrong way --- src/components/FeatureIdeaCloud.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/FeatureIdeaCloud.tsx b/src/components/FeatureIdeaCloud.tsx index dc55305..c178afe 100644 --- a/src/components/FeatureIdeaCloud.tsx +++ b/src/components/FeatureIdeaCloud.tsx @@ -150,8 +150,7 @@ const STATUSES = ['idea', 'planned', 'in-progress', 'completed'] as const const CONNECTION_STYLE = { stroke: '#a78bfa', - strokeWidth: 2.5, - markerEnd: MarkerType.ArrowClosed + strokeWidth: 2.5 } const STATUS_COLORS = { @@ -598,7 +597,7 @@ export function FeatureIdeaCloud() { type: 'default', data: { label: 'relates to' }, markerEnd: { - type: CONNECTION_STYLE.markerEnd, + type: MarkerType.ArrowClosed, color: CONNECTION_STYLE.stroke, width: 20, height: 20 @@ -881,7 +880,7 @@ export function FeatureIdeaCloud() { ...selectedEdge, data: selectedEdge.data, markerEnd: { - type: CONNECTION_STYLE.markerEnd, + type: MarkerType.ArrowClosed, color: CONNECTION_STYLE.stroke, width: 20, height: 20