From 163f591b7bad960ff61ad4eb69589ee2aec5d8e1 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Sat, 4 Mar 2017 12:56:55 -0500 Subject: Increase timeout on suggestion clear after blur (#5631) --- webapp/components/suggestion/suggestion_box.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/suggestion/suggestion_box.jsx b/webapp/components/suggestion/suggestion_box.jsx index 29b9b2d8b..eade494ef 100644 --- a/webapp/components/suggestion/suggestion_box.jsx +++ b/webapp/components/suggestion/suggestion_box.jsx @@ -63,7 +63,7 @@ export default class SuggestionBox extends React.Component { setTimeout(() => { // Delay this slightly so that we don't clear the suggestions before we run click handlers on SuggestionList GlobalActions.emitClearSuggestions(this.suggestionId); - }, 100); + }, 200); if (this.props.onBlur) { this.props.onBlur(); -- cgit v1.2.3-1-g7c22