feat(core): do not snap to invalid handles

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 22:35:44 +01:00
committed by Braks
parent 02952b8b6c
commit e0fbefef8f
5 changed files with 42 additions and 39 deletions

View File

@@ -1,8 +0,0 @@
---
'@vue-flow/core': minor
---
Remove `isValidSourcePos` and `isValidTargetPos` options from nodes.
Use custom node components and pass the validator function to the handle yourself.
This option was deprecated and has now been removed.