fix(core): allow using + as a key in key combinations (#1693)

* fix(core): allow using `+` as a key in key combinations

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

* chore(changeset): add

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

* chore(core): cleanup

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-11-13 16:00:14 +01:00
parent 129d543c4e
commit 2e2fa9a93c
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Allow using the `+` key in key combinations