chore(core): cleanup handle cmp
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user