chore(core): cleanup handle cmp

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 1349461286
commit 8fa6ad5076
@@ -9,12 +9,13 @@ const {
connectableStart = true,
connectableEnd = true,
id,
isValidConnection,
...props
} = defineProps<HandleProps>()
const type = toRef(props, 'type', 'source')
const isValidConnection = toRef(props, 'isValidConnection', undefined)
const {
connectionStartHandle,
connectionClickStartHandle,