-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix handling of negative flex gap #39596
Conversation
This pull request was exported from Phabricator. Differential Revision: D49530494 |
Base commit: df492cc |
Summary: X-link: facebook/react-native#39596 Pull Request resolved: facebook#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: 81ac659482689911f6fc3b11b671af6950d0bd43
This pull request was exported from Phabricator. Differential Revision: D49530494 |
Summary: Pull Request resolved: facebook#39596 X-link: facebook/yoga#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: 52fd822d642b9470b9ec24784a85d41915a7f265
cd6acf2
to
8dfe6e3
Compare
Summary: X-link: facebook/react-native#39596 Pull Request resolved: facebook#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: aa87547419e92d733487360db4c8937f9a9e757f
This pull request was exported from Phabricator. Differential Revision: D49530494 |
Summary: Pull Request resolved: facebook#39596 X-link: facebook/yoga#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: 94592944ef35017b2468395fa3ad1817ef0d9841
8dfe6e3
to
f601b5c
Compare
Summary: X-link: facebook/react-native#39596 Pull Request resolved: facebook#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: ac9e1e83e9c98bd7e20e1e861852b68e4b6117e7
This pull request was exported from Phabricator. Differential Revision: D49530494 |
Summary: Pull Request resolved: facebook#39596 X-link: facebook/yoga#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: 7ac7fd163a61616ae7897ca7da3e52f920120e8d
10155c6
to
1c9038d
Compare
Summary: X-link: facebook/yoga#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494
This pull request was exported from Phabricator. Differential Revision: D49530494 |
Summary: X-link: facebook/yoga#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494
1c9038d
to
ead7c3c
Compare
Summary: X-link: facebook/react-native#39596 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494
This pull request was exported from Phabricator. Differential Revision: D49530494 |
Summary: X-link: facebook/react-native#39596 Pull Request resolved: #1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: 069db7312f72a085c5c4b01ead7bc66a353a07e5
Summary: X-link: facebook/react-native#39596 X-link: facebook/yoga#1405 I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug. Reviewed By: rshest Differential Revision: D49530494 fbshipit-source-id: 069db7312f72a085c5c4b01ead7bc66a353a07e5
This pull request has been merged in aa65e92. |
Summary: I noticed that we weren't clamping negative flex gap values to zero. This fixes that bug.
Differential Revision: D49530494