mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-27 12:19:10 +00:00
83d562dbdf
Move the useSize observer into a leaf component of the GridLayout tree. That leaf then propagates size changes back into the GridLayout state through a callback. This prevents every size change from re-rendering the whole GridLayout tree, keeping the re-render local to the leaf that actually observes the size.