fix(core): dispatch click if drag move was attempted (#1534)

* fix(core): dispatch click if drag move was attempted

* chore(core): cleanup
This commit is contained in:
Braks
2024-07-15 19:14:01 +02:00
parent d4ccb11a4c
commit 8539731a8a
3 changed files with 14 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Dispatch click if drag move was attempted and threshold was not crossed, ignoring any movement that's too small to be considered a drag at all