fix(node-resizer): use autoscale prop to check if resize handle should scale (#2012)

* fix(node-resizer): use autoscale prop to check if resize handle should be scaled

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-05 13:35:07 +01:00
parent f330bee888
commit 75a2e052db
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/node-resizer": patch
---
Use auto-scale prop to determine whether a resize handle should be scaled.