Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate layout's display to children in runtime
This fixes a bug noticed at runtime where toggling layout display on/off would not respect its children's display values if they were different than the parent. We need to make sure to consider the layout's display value when calling collapse() on its children. The dart implementation works as expected. Diffs= 24d9162103 Propagate layout's display to children in runtime (#8908)
- Loading branch information