From 3d492bf450a245aafbfb5b3cff320c1d45832b37 Mon Sep 17 00:00:00 2001 From: nickago Date: Tue, 11 Aug 2015 10:28:30 -0700 Subject: Completely rehauled scrolling system, finished base implementation --- web/react/components/create_post.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/create_post.jsx') diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx index 9ca1d5388..d6b98cbbc 100644 --- a/web/react/components/create_post.jsx +++ b/web/react/components/create_post.jsx @@ -88,7 +88,7 @@ module.exports = React.createClass({ ); } - $('.post-list-holder-by-time').perfectScrollbar('update'); + // Scrolling Code Was Here }, componentDidUpdate: function() { this.resizePostHolder(); -- cgit v1.2.3-1-g7c22 From f614249dd3446cd7bdfc05cba606614509afab49 Mon Sep 17 00:00:00 2001 From: nickago Date: Tue, 11 Aug 2015 10:40:40 -0700 Subject: Removed personal debugging code and notes --- web/react/components/create_post.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'web/react/components/create_post.jsx') diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx index d6b98cbbc..523112447 100644 --- a/web/react/components/create_post.jsx +++ b/web/react/components/create_post.jsx @@ -88,7 +88,6 @@ module.exports = React.createClass({ ); } - // Scrolling Code Was Here }, componentDidUpdate: function() { this.resizePostHolder(); -- cgit v1.2.3-1-g7c22