summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-17 09:44:27 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-17 09:44:27 -0400
commit1c65fe1f84b3dca201530817dc2690f7de57deaa (patch)
treeee911cd15bd8e98d512cae00b903dac42bba8adc /web/react/components/create_post.jsx
parent738e53af95fd712e682fae0cad7af0b47b733acf (diff)
parentdd8b0acc57135d65c621c53d05df80b7a4f872fd (diff)
downloadchat-1c65fe1f84b3dca201530817dc2690f7de57deaa.tar.gz
chat-1c65fe1f84b3dca201530817dc2690f7de57deaa.tar.bz2
chat-1c65fe1f84b3dca201530817dc2690f7de57deaa.zip
Merge pull request #372 from nickago/MM-1640
Mm 1640 Fixed odd scrolling issues on channel refresh
Diffstat (limited to 'web/react/components/create_post.jsx')
-rw-r--r--web/react/components/create_post.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx
index 9ca1d5388..523112447 100644
--- a/web/react/components/create_post.jsx
+++ b/web/react/components/create_post.jsx
@@ -88,7 +88,6 @@ module.exports = React.createClass({
);
}
- $('.post-list-holder-by-time').perfectScrollbar('update');
},
componentDidUpdate: function() {
this.resizePostHolder();