feat(core): add autoPanSpeed prop (#1535)

* feat(core): add `autoPanSpeed` prop

* chore(changeset): add
This commit is contained in:
Braks
2024-07-09 15:20:46 +02:00
parent 6aa82cbc4d
commit d4ccb11a4c
7 changed files with 29 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Add `autoPanSpeed` prop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-drag