-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
Issue
When you have two items where the source anchor is on the same x point as the target anchor, the arrow get pointed in the wrong direction.
<ArcherElement
id={String(event.id)}
relations={event.connections?.map(targetId => ({
targetId,
sourceAnchor: 'right',
targetAnchor: 'left',
}))}
key={event.id}
>kishore-s-15
