fix(core): skip resize handler if node not visible (#1936)

* fix(core): skip resize handler if node not visible

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

* chore(changeset): add

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
2025-08-31 13:42:04 +02:00
parent e9f0cdff3d
commit c9c26d02f6
2 changed files with 11 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Skip resize handler if node is not visible.