summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-03 15:13:25 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-03 15:16:39 -0500
commitf103e4c815234fd5f451fe66e29bc17f0b20cadb (patch)
tree77c699442b6f5e768ebfd5805d08de91af0913a4 /web/react/utils/constants.jsx
parentb69cc7a94a9fb69dda259b2286eeefc3d6a2ec95 (diff)
downloadchat-f103e4c815234fd5f451fe66e29bc17f0b20cadb.tar.gz
chat-f103e4c815234fd5f451fe66e29bc17f0b20cadb.tar.bz2
chat-f103e4c815234fd5f451fe66e29bc17f0b20cadb.zip
Changed SuggestionBox to clear its suggestions on losing focus
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 8164095b9..b641e966b 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -55,6 +55,7 @@ export default {
SUGGESTION_PRETEXT_CHANGED: null,
SUGGESTION_RECEIVED_SUGGESTIONS: null,
+ SUGGESTION_CLEAR_SUGGESTIONS: null,
SUGGESTION_COMPLETE_WORD: null,
SUGGESTION_SELECT_NEXT: null,
SUGGESTION_SELECT_PREVIOUS: null