summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_thread.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-24 18:12:57 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-24 18:12:57 +0500
commitd64c75ae4a5561075d9020ff1e4e62f160660b43 (patch)
tree5df36f482fd2f3a34670c85ab377be58bb264e3c /webapp/components/rhs_thread.jsx
parent0abd7116c57121a3a58d77a9996b96f11851937f (diff)
downloadchat-d64c75ae4a5561075d9020ff1e4e62f160660b43.tar.gz
chat-d64c75ae4a5561075d9020ff1e4e62f160660b43.tar.bz2
chat-d64c75ae4a5561075d9020ff1e4e62f160660b43.zip
Multiple UI Improvements
Diffstat (limited to 'webapp/components/rhs_thread.jsx')
-rw-r--r--webapp/components/rhs_thread.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/rhs_thread.jsx b/webapp/components/rhs_thread.jsx
index f0324d7ce..bbd9f8b28 100644
--- a/webapp/components/rhs_thread.jsx
+++ b/webapp/components/rhs_thread.jsx
@@ -54,6 +54,7 @@ export default class RhsThread extends React.Component {
if ($('.post-right__scroll')[0]) {
$('.post-right__scroll').scrollTop($('.post-right__scroll')[0].scrollHeight);
}
+ $('.sidebar--right .post-right__scroll').perfectScrollbar('update');
this.resize();
}
componentWillUnmount() {