fix(core): fall back to changedTouches for touchend events (#1830)

* fix(core): fall back to changedTouches for touchend events

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2025-04-23 20:39:08 +02:00
parent 265f928f13
commit cc65f12af9
3 changed files with 23 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Fall back to using changedTouches when passing a touchend or touchcancel event to getEventPosition.