refactor(node-resizer): add auto-scale prop & scale resize controls with zoom level (#1872)

* refactor(node-resizer): add auto-scale prop & scale resize controls with zoom

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-06-12 10:51:38 +02:00
parent e7dec135e1
commit f4e139f1bc
5 changed files with 35 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/node-resizer": minor
---
Add auto-scale prop to node resizer (default `true`) that forces node resizer controls to scale with the viewport zoom level.