Merge branch 'develop' into styling/patch_fixes_for_theme_colors

This commit is contained in:
Dank Gabs
2019-07-03 13:50:17 -04:00
18 changed files with 101 additions and 90 deletions

View File

@@ -93,7 +93,6 @@ export default class IntersectionObserverArticle extends React.Component {
// When the browser gets a chance, test if we're still not intersecting,
// and if so, set our isHidden to true to trigger an unrender. The point of
// this is to save DOM nodes and avoid using up too much memory.
// See: https://github.com/gab-ai-inc/gab-social/issues/2900
this.setState((prevState) => ({ isHidden: !prevState.isIntersecting }));
}