We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edca577 commit 04b3460Copy full SHA for 04b3460
Sources/yoga/Yoga.cpp
@@ -1899,7 +1899,7 @@ static float YGDistributeFreeSpaceSecondPass(
1899
"flex",
1900
config);
1901
node->setLayoutHadOverflow(
1902
- node->getLayout().hadOverflow |
+ node->getLayout().hadOverflow ||
1903
currentRelativeChild->getLayout().hadOverflow);
1904
}
1905
return deltaFreeSpace;
0 commit comments