chore(core): cleanup unused vars
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -3,9 +3,7 @@ import type { GraphNode } from '../../types'
|
|||||||
import { ConnectionLineType, ConnectionMode, Position } from '../../types'
|
import { ConnectionLineType, ConnectionMode, Position } from '../../types'
|
||||||
import { getMarkerId } from '../../utils/graph'
|
import { getMarkerId } from '../../utils/graph'
|
||||||
|
|
||||||
const { sourceNode } = defineProps<{
|
const { sourceNode } = defineProps<{ sourceNode: GraphNode }>()
|
||||||
sourceNode: GraphNode
|
|
||||||
}>()
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
getNodes,
|
getNodes,
|
||||||
@@ -23,7 +21,6 @@ const slots = inject(Slots)?.['connection-line']
|
|||||||
const hasSlot = slots?.({})
|
const hasSlot = slots?.({})
|
||||||
|
|
||||||
const handleId = connectionStartHandle!.handleId
|
const handleId = connectionStartHandle!.handleId
|
||||||
const nodeId = connectionStartHandle!.nodeId
|
|
||||||
const type = connectionStartHandle!.type
|
const type = connectionStartHandle!.type
|
||||||
|
|
||||||
const sourceHandle =
|
const sourceHandle =
|
||||||
|
|||||||
Reference in New Issue
Block a user