refactor(core): reduce node bounds calculation (#1453)

* refactor(core): reduce node bounds calculation

* chore(changeset): add

* chore(core): cleanup
This commit is contained in:
Braks
2024-06-13 00:04:51 +02:00
parent 49dc8ae2a1
commit cd5103e525
3 changed files with 19 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Reduce node `getBoundingClientRect` calls by passing node-bounds directly to `getHandleBounds`