From dd78a3f1fa416cc9b16bf8d4b80b5f9bb10c528a Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 5 Jul 2017 16:20:09 -0400 Subject: Fix some scrolling issues (#6851) --- webapp/components/post_view/post_list.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/components/post_view/post_list.jsx') diff --git a/webapp/components/post_view/post_list.jsx b/webapp/components/post_view/post_list.jsx index ee0fcb99b..a0aed8152 100644 --- a/webapp/components/post_view/post_list.jsx +++ b/webapp/components/post_view/post_list.jsx @@ -297,7 +297,6 @@ export default class PostList extends React.PureComponent { } handleScroll = () => { - this.hasScrolledToFocusedPost = true; this.hasScrolled = true; this.previousScrollTop = this.refs.postlist.scrollTop; -- cgit v1.2.3-1-g7c22