summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 15:32:52 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 15:32:52 -0800
commit564e9b72c27bd67ac4d59e758c6d56100651a7b5 (patch)
treefdd249c40dc5cde17ef8a9e5c729376081ffb0ab /web/react/utils/constants.jsx
parentd334ea1df40bf17624ae160174d3727ad969327d (diff)
parent896b401a195deb6fd724e608812b6a9d4b9dc24b (diff)
downloadchat-564e9b72c27bd67ac4d59e758c6d56100651a7b5.tar.gz
chat-564e9b72c27bd67ac4d59e758c6d56100651a7b5.tar.bz2
chat-564e9b72c27bd67ac4d59e758c6d56100651a7b5.zip
Merge pull request #1630 from florianorben/autocomplete-on-tab
autocomplete component should enter suggestions on 'tab'
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 2d0edd596..3d795f56e 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -391,7 +391,8 @@ export default {
BACKSPACE: 8,
ENTER: 13,
ESCAPE: 27,
- SPACE: 32
+ SPACE: 32,
+ TAB: 9
},
HighlightedLanguages: {
diff: 'Diff',