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, 6 insertions, 0 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 83f806b79..5724dbd62 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -125,6 +125,12 @@ module.exports = React.createClass({
}
});
+ //$('body').on('drop drag')
+ /*window.document.addEventListener("drop", function(e) {
+ e.preventDefault();
+ var centerPostList = $(inputDiv.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode).find('.post-list')[0];
+ console.log("HERE!: " + centerPostList);
+ });*/
},
componentDidUpdate: function() {
this.resize();