diff --git a/webapp/components/suggestion/suggestion_box.jsx b/webapp/components/suggestion/suggestion_box.jsx index 29b9b2d8b3..eade494ef5 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();