diff --git a/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/edges/CustomEdge.tsx b/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/edges/CustomEdge.tsx index 3b6425a7c6..a3ce47c2d3 100644 --- a/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/edges/CustomEdge.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/edges/CustomEdge.tsx @@ -63,6 +63,16 @@ const CustomEdge = ({ return ( <> + {/* Invisible interaction path - wider hit area for hover detection */} + setIsHovered(true)} + onMouseLeave={() => setIsHovered(false)} + />