diff --git a/src/components/Edges/BezierEdge.vue b/src/components/Edges/BezierEdge.vue
index 1bb2ace4..cf8f551f 100644
--- a/src/components/Edges/BezierEdge.vue
+++ b/src/components/Edges/BezierEdge.vue
@@ -1,8 +1,7 @@
-
+
import { Position } from '../../types'
import type { SmoothStepEdgeProps } from '../../types/edge'
-import { getCenter, getMarkerEnd, getSmoothStepPath } from './utils'
+import { getCenter, getSmoothStepPath } from './utils'
import EdgeText from './EdgeText.vue'
const props = withDefaults(defineProps(), {
@@ -27,8 +27,6 @@ const path = computed(() => {
})
else return ''
})
-
-const markerEnd = computed(() => getMarkerEnd(props.arrowHeadType, props.markerEndId))
-
+
(), {
selected: false,
@@ -30,8 +30,6 @@ const path = computed(() => {
})
else return ''
})
-
-const markerEnd = computed(() => getMarkerEnd(props.arrowHeadType, props.markerEndId))
-
+
{
selected?: boolean
sourcePosition: Position
targetPosition: Position
- markerEndId?: string
sourceHandleId?: string
targetHandleId?: string
source: string