refactor(edges)!: use markerEnd and markerStart

* remove markerEndId

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent d54c981aad
commit a7bacb754a
4 changed files with 24 additions and 16 deletions
-1
View File
@@ -70,7 +70,6 @@ export interface EdgeProps<Data = any> {
selected?: boolean
sourcePosition: Position
targetPosition: Position
markerEndId?: string
sourceHandleId?: string
targetHandleId?: string
source: string