summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-21 11:03:50 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-23 13:05:38 -0400
commita5a2826700b1fc6b19ba38698cfa703f58476bc6 (patch)
treea57d55458bd2b8f96673513a8f91c88d72feb85f /web/react/utils/constants.jsx
parent4172d0286e61b4fd5459fc64e7653535751a012d (diff)
downloadchat-a5a2826700b1fc6b19ba38698cfa703f58476bc6.tar.gz
chat-a5a2826700b1fc6b19ba38698cfa703f58476bc6.tar.bz2
chat-a5a2826700b1fc6b19ba38698cfa703f58476bc6.zip
Added keyboard selection to search autocomplete
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
}
};