summaryrefslogtreecommitdiffstats
path: root/web/react/components/posts_view.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-12-02 10:25:14 -0500
committerJoramWilander <jwawilander@gmail.com>2015-12-02 10:25:14 -0500
commit2494d598649851fc92177749534cc6c2db1694dd (patch)
treefa38b9a78feacbd1ab0a1525b1b0b45efb787dcb /web/react/components/posts_view.jsx
parent2aa78002fe73d82f67fac83430ce3210749f79a3 (diff)
downloadchat-2494d598649851fc92177749534cc6c2db1694dd.tar.gz
chat-2494d598649851fc92177749534cc6c2db1694dd.tar.bz2
chat-2494d598649851fc92177749534cc6c2db1694dd.zip
Remove perfectscrollbar from center channel
Diffstat (limited to 'web/react/components/posts_view.jsx')
-rw-r--r--web/react/components/posts_view.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/react/components/posts_view.jsx b/web/react/components/posts_view.jsx
index 242b26b91..dc23d6792 100644
--- a/web/react/components/posts_view.jsx
+++ b/web/react/components/posts_view.jsx
@@ -280,7 +280,6 @@ export default class PostsView extends React.Component {
this.updateScrolling();
}
window.addEventListener('resize', this.handleResize);
- $(this.refs.postlist).perfectScrollbar();
PreferenceStore.addChangeListener(this.updateState);
}
componentWillUnmount() {
@@ -291,7 +290,6 @@ export default class PostsView extends React.Component {
if (this.props.postList != null) {
this.updateScrolling();
}
- $(this.refs.postlist).perfectScrollbar('update');
}
shouldComponentUpdate(nextProps, nextState) {
if (this.props.isActive !== nextProps.isActive) {
@@ -373,7 +371,7 @@ export default class PostsView extends React.Component {
return (
<div
ref='postlist'
- className={'ps-container post-list-holder-by-time ' + activeClass}
+ className={'post-list-holder-by-time ' + activeClass}
onScroll={this.handleScroll}
>
<div className='post-list__table'>