mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
Fix search suggestions using old-style store
This commit is contained in:
parent
15839186a6
commit
df124e1472
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ SearchSuggestionStore = Reflux.createStore
|
|||
@listenTo SearchActions.queryChanged, @_onQueryChanged
|
||||
@listenTo SearchActions.searchBlurred, @_onSearchBlurred
|
||||
|
||||
_onPerspectiveChanged: =>
|
||||
_onPerspectiveChanged: ->
|
||||
@_query = FocusedPerspectiveStore.current()?.searchQuery ? ""
|
||||
@trigger()
|
||||
|
||||
|
|
Loading…
Reference in a new issue