fix(core): disable selection on drag when panning mode is active (#2014)

* fix(core): disable selection on drag when panning mode 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>
This commit is contained in:
Braks
2026-01-23 17:56:02 +01:00
parent 8073306b67
commit 8c1d390c8f
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Disable selection on drag by setting the keycode to `true` when panning mode is active.