From 26560b5fc61dd8272f689d692638cb5e50b9e366 Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 1 Jul 2015 09:53:32 -0700 Subject: Inital attempt at active element checking --- web/react/components/mention_list.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/react/components/mention_list.jsx b/web/react/components/mention_list.jsx index eb21e0efe..37fd3e2dc 100644 --- a/web/react/components/mention_list.jsx +++ b/web/react/components/mention_list.jsx @@ -23,6 +23,12 @@ module.exports = React.createClass({ } } ); + $(document).click(function() { + if ($(document.activeElement).get(0) != $('#'+this.props.id).get(0)) { + this.setState({ mentionText: '-1'}) + console.log(this.state) + } + }); }, componentWillUnmount: function() { PostStore.removeMentionDataChangeListener(this._onChange); @@ -131,7 +137,7 @@ module.exports = React.createClass({ return (
-
+
{ mentions }
-- cgit v1.2.3-1-g7c22