feat(core): add paneClickDistance (#1542)

* feat(core): add `paneClickDistance`

* chore(changeset): add
This commit is contained in:
Braks
2024-07-15 13:46:40 +02:00
parent 8539731a8a
commit 180109c0ca
6 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Add `paneClickDistance` option. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default `0`)