1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 17:34:59 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
1f69e9cddf LibWeb: Remove Layout::Node::m_visible and compute it on the fly
This fixes an issue where the value would be out of sync with reality
in anonymous wrapper block boxes, since we forgot to compute m_visible
after assigning the computed values to them.

Fixes #21106
2023-09-18 14:45:20 +02:00