From 7f68a60f8c228d5604e0566bf84cabb145d16c37 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 24 Apr 2017 13:10:34 -0400 Subject: Fixing double enter in channel switcher (#6208) --- webapp/components/suggestion/suggestion_box.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/suggestion/suggestion_box.jsx') diff --git a/webapp/components/suggestion/suggestion_box.jsx b/webapp/components/suggestion/suggestion_box.jsx index 6126a16a0..2c358b693 100644 --- a/webapp/components/suggestion/suggestion_box.jsx +++ b/webapp/components/suggestion/suggestion_box.jsx @@ -172,6 +172,7 @@ export default class SuggestionBox extends React.Component { e.preventDefault(); } else if (e.which === KeyCodes.ENTER || e.which === KeyCodes.TAB) { GlobalActions.emitCompleteWordSuggestion(this.suggestionId); + this.props.onKeyDown(e); e.preventDefault(); } else if (e.which === KeyCodes.ESCAPE) { GlobalActions.emitClearSuggestions(this.suggestionId); -- cgit v1.2.3-1-g7c22