Bug 1478397 - Part 8: Refactor the flex item shown to prevent it from being hidden...
commit77b3ad5206243587fadcdce60512220fe7646d6b
authorGabriel Luong <gabriel.luong@gmail.com>
Sat, 8 Sep 2018 00:00:30 +0000 (7 20:00 -0400)
committerGabriel Luong <gabriel.luong@gmail.com>
Sat, 8 Sep 2018 00:00:30 +0000 (7 20:00 -0400)
tree2ce249d65fc63ce9b1b9b35ac0870aab4c143605
parent74d7f402eebbc255c7951e4b29e48ed935bb04f2
Bug 1478397 - Part 8: Refactor the flex item shown to prevent it from being hidden on reflow updates. r=rcaliman

- This removes the "shown" property from the flexItem types, and introduces a flexItemShown
property in the flexbox state that keeps track of the node actor ID of the flex item that is shown.
devtools/client/inspector/flexbox/components/FlexContainer.js
devtools/client/inspector/flexbox/components/Flexbox.js
devtools/client/inspector/flexbox/flexbox.js
devtools/client/inspector/flexbox/reducers/flexbox.js
devtools/client/inspector/flexbox/types.js