fix(core): use position instead of computedPos as keyboard move pos (#1989)

* fix(core): use position instead of computedPos as keyboard move pos

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-11-20 16:42:07 +01:00
parent ce4a8fb001
commit 0ced769236
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Use position instead of computedPosition as updated position when moving a child node via keyboard.