update: Add validConnectFunc as prop to handle
This commit is contained in:
@@ -16,6 +16,7 @@ const props = withDefaults(defineProps<HandleProps>(), {
|
||||
type: 'source',
|
||||
position: Position.Top,
|
||||
connectable: true,
|
||||
isValidConnection: () => true,
|
||||
})
|
||||
|
||||
const store = useStore()
|
||||
|
||||
Reference in New Issue
Block a user