fix(core): allow multiselect when input is focused (#1842)

* fix(core): allow multiselect when input is focused

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
2025-05-15 17:51:30 +02:00
parent a0c83f8765
commit 666e4eabab
2 changed files with 18 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Allow multi-select when input is focused.