Increase timeout on suggestion clear after blur (#5631)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
511e9272da
Коммит
163f591b7b
@@ -63,7 +63,7 @@ export default class SuggestionBox extends React.Component {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// Delay this slightly so that we don't clear the suggestions before we run click handlers on SuggestionList
|
// Delay this slightly so that we don't clear the suggestions before we run click handlers on SuggestionList
|
||||||
GlobalActions.emitClearSuggestions(this.suggestionId);
|
GlobalActions.emitClearSuggestions(this.suggestionId);
|
||||||
}, 100);
|
}, 200);
|
||||||
|
|
||||||
if (this.props.onBlur) {
|
if (this.props.onBlur) {
|
||||||
this.props.onBlur();
|
this.props.onBlur();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user