-
Notifications
You must be signed in to change notification settings - Fork 42
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) Co-authored-by: Philip Chung <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
90da85fbb4151a7a4a1c30cf2f6738929debe925 | ||
24d9162103a73712ba3c80cfc909fee6948a0089 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters