mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
Fix for search bar issue with threads not appearing
This commit is contained in:
parent
c6bf3eba01
commit
8c38b1bce8
1 changed files with 3 additions and 2 deletions
|
@ -96,9 +96,10 @@ class SearchSuggestionStore extends NylasStore
|
|||
@_compileResults()
|
||||
# We're behind and need to re-run the search for the latest results
|
||||
else if @_searchSuggestionsVersion > @_fetchingThreadResultsVersion
|
||||
@_fetchingThreadResultsVersion = null
|
||||
@_fetchThreadResults()
|
||||
|
||||
@_fetchingThreadResultsVersion = null
|
||||
else
|
||||
@_fetchingThreadResultsVersion = null
|
||||
|
||||
_compileResults: =>
|
||||
@_suggestions = []
|
||||
|
|
Loading…
Reference in a new issue