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 cf0c4c663..826d34a7d 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -280,10 +280,6 @@ module.exports = React.createClass({
}
);
},
- handleDragEnter: function() {
- console.log("HERE ENTER");
- this.setState({fileDrag: true});
- },
getInitialState: function() {
return getStateFromStores();
},
@@ -472,7 +468,7 @@ module.exports = React.createClass({
return (
<div ref="postlist" className="post-list-holder-by-time">
- <div className={"post-list__table " + fileDragOverlay} onDragEnter={this.handleDragEnter}>
+ <div className="post-list__table">
<div className="post-list__content">
{ more_messages }
{ postCtls }