mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-03 22:11:57 +08:00
fix(search): Compile immediately to avoid truncating. Fixes #1307
This commit is contained in:
parent
1c995f2c56
commit
d7aacc3cf8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class SearchSuggestionStore extends NylasStore
|
|||
|
||||
_onQueryChanged: (query) =>
|
||||
@_searchQuery = query
|
||||
@trigger()
|
||||
@_compileResults()
|
||||
_.defer => @_rebuildResults()
|
||||
|
||||
_onQuerySubmitted: (query) =>
|
||||
|
|
Loading…
Reference in a new issue