From 027c4c88f01210a967dc1f80919eb33d8da67737 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 2 Dec 2015 12:11:49 -0500 Subject: Added emoji autocomplete to post textbox --- web/react/components/suggestion/suggestion_list.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/components/suggestion/suggestion_list.jsx') diff --git a/web/react/components/suggestion/suggestion_list.jsx b/web/react/components/suggestion/suggestion_list.jsx index 45843f4c8..87021fd94 100644 --- a/web/react/components/suggestion/suggestion_list.jsx +++ b/web/react/components/suggestion/suggestion_list.jsx @@ -100,6 +100,7 @@ export default class SuggestionList extends React.Component { key={term} ref={term} item={item} + term={term} isSelection={isSelection} onClick={this.handleItemClick.bind(this, term)} /> -- cgit v1.2.3-1-g7c22