summaryrefslogtreecommitdiffstats
path: root/web/react/components/suggestion/suggestion_list.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-02 12:11:49 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-03 08:49:12 -0500
commit027c4c88f01210a967dc1f80919eb33d8da67737 (patch)
treea55f2a6deb773d4c08aed73427bdb2dd1604a70e /web/react/components/suggestion/suggestion_list.jsx
parent2c514720d5a035c44dbeca930ec416ad60087304 (diff)
downloadchat-027c4c88f01210a967dc1f80919eb33d8da67737.tar.gz
chat-027c4c88f01210a967dc1f80919eb33d8da67737.tar.bz2
chat-027c4c88f01210a967dc1f80919eb33d8da67737.zip
Added emoji autocomplete to post textbox
Diffstat (limited to 'web/react/components/suggestion/suggestion_list.jsx')
-rw-r--r--web/react/components/suggestion/suggestion_list.jsx1
1 files changed, 1 insertions, 0 deletions
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)}
/>