fix(core): prevent drag click when multi selection is active (#1609)

* fix(core): prevent drag click when multi selection is active

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
2024-09-06 09:50:34 +02:00
parent f4bde90302
commit 43ed0a8318
2 changed files with 8 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Prevent drag-click handler when multi selection is active.