Correct fix for flexing grandchildren
Summary: This diff adds correct fix for non-flexible child with flexible grandchildren Reviewed By: emilsjolander Differential Revision: D4875343 fbshipit-source-id: 634e961f9798dff43eae2c6564b28c6629b816e0
This commit is contained in:
committed by
Facebook Github Bot
parent
0235789863
commit
0d100ad7e9
@@ -1056,7 +1056,6 @@ TEST(YogaTest, percent_within_flex_grow) {
|
||||
|
||||
TEST(YogaTest, percentage_container_in_wrapping_container) {
|
||||
const YGConfigRef config = YGConfigNew();
|
||||
YGConfigSetExperimentalFeatureEnabled(config, YGExperimentalFeatureMinFlexFix, true);
|
||||
|
||||
const YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
YGNodeStyleSetJustifyContent(root, YGJustifyCenter);
|
||||
|
Reference in New Issue
Block a user