summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-23 14:59:25 -0700
committerCorey Hulen <corey@hulen.com>2015-10-23 14:59:25 -0700
commit03140752e60addd13e162036fe6605629b5591c6 (patch)
tree3e83b7dd2ca733a7dd3abba398fc2f2f06b453d7 /web/react/utils/constants.jsx
parent17731698495e917cc3d64dc01d158a7c15912bd6 (diff)
parenta5a2826700b1fc6b19ba38698cfa703f58476bc6 (diff)
downloadchat-03140752e60addd13e162036fe6605629b5591c6.tar.gz
chat-03140752e60addd13e162036fe6605629b5591c6.tar.bz2
chat-03140752e60addd13e162036fe6605629b5591c6.zip
Merge pull request #1133 from hmhealey/plt718
PLT-718 Add an autocomplete when searching with in:, channel:, or from:
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 7d2626fc1..72773bf05 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -311,6 +311,7 @@ module.exports = {
RIGHT: 39,
BACKSPACE: 8,
ENTER: 13,
- ESCAPE: 27
+ ESCAPE: 27,
+ SPACE: 32
}
};