summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/post_list.jsx')
-rw-r--r--web/react/components/post_list.jsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 826d34a7d..83f806b79 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -124,6 +124,7 @@ module.exports = React.createClass({
$(this).parent('div').next('.date-separator, .new-separator').removeClass('hovered--comment');
}
});
+
},
componentDidUpdate: function() {
this.resize();
@@ -461,11 +462,6 @@ module.exports = React.createClass({
postCtls.push(<LoadingScreen position="absolute" />);
}
- var fileDragOverlay = '';
- if (this.state.fileDrag) {
- fileDragOverlay = 'post-list-file-overlay';
- }
-
return (
<div ref="postlist" className="post-list-holder-by-time">
<div className="post-list__table">