change all GitHub links to Gab's GitLab at code.gab.com

This commit is contained in:
robcolbert
2019-07-03 13:26:13 -04:00
parent ddae395f91
commit 1ef1a3881d
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 }));
}