fix: skip resize handler updates when DOM node is not visible
Prevent unnecessary resize calculations and error messages for invisible elements by checking visibility before processing dimensions
This commit is contained in:
5
.changeset/stupid-lizards-wash.md
Normal file
5
.changeset/stupid-lizards-wash.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
---
|
||||
|
||||
Skip resize handler updates when DOM node is not visible
|
||||
Reference in New Issue
Block a user