Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grids) Show Controls And Update Grids With Generated Content (#6553)
- Simplified `isGridCell`. - Implemented `findOriginalGrid` utility function. - Added update to `layoutSystemForChildrenInherited` to `fillLayoutSystemForChildrenFromAncestors`. - `useGridData` now uses `findOriginalGrid` to look up the hierarchy to find the grid we're interested in. - `resizeGridStrategy` now uses `findOriginalGrid` to find the correct element to update. - DOM walker defaults `layoutSystemForChildrenInherited` to false.
- Loading branch information