summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 10:43:16 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 10:43:16 -0800
commit3fca3b93f5bed0f695c098b6c7d751e279b31a34 (patch)
tree3b67b1361ca425fcf43b04e7cbd42c4bd548d83c /web/react/components/post_right.jsx
parent36d0e7c8d3bb91bfd2b19be43503aaecc72a392e (diff)
parent06c278328afdb9b8c7bcc5590ebdeb330b93f431 (diff)
downloadchat-3fca3b93f5bed0f695c098b6c7d751e279b31a34.tar.gz
chat-3fca3b93f5bed0f695c098b6c7d751e279b31a34.tar.bz2
chat-3fca3b93f5bed0f695c098b6c7d751e279b31a34.zip
Merge pull request #234 from asaadmahmoodspin/master
Profile pic changes in LHS Header
Diffstat (limited to 'web/react/components/post_right.jsx')
-rw-r--r--web/react/components/post_right.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index 7315266e6..3a5be4e08 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -351,6 +351,7 @@ module.exports = React.createClass({
$(".post-right__scroll").css("height", height + "px");
$(".post-right__scroll").scrollTop(100000);
$(".post-right__scroll").perfectScrollbar();
+ $(".post-right__scroll").perfectScrollbar('update');
},
render: function() {