fix(core): disable zoom on mobile when zoomToPinch is false (#1449)

* fix(core): disable zoom on mobile when zoomToPinch is false

* chore(changeset): add
This commit is contained in:
Braks
2024-06-06 10:45:38 +02:00
parent 0c1bd1b204
commit 1b5e14a5b8
2 changed files with 16 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Disable pinch zoom on mobile if `zoomToPinch` is `false`