mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 19:30:23 -06:00
Correctly set the typeFilter when the user clicks "show more"
This commit is contained in:
parent
921c3f016f
commit
66d56a8b93
@ -92,8 +92,8 @@ window.Discourse.SearchView = Ember.View.extend Discourse.Presence,
|
||||
count
|
||||
).property('content')
|
||||
|
||||
moreOfType: (e) ->
|
||||
@set('typeFilter', e.context)
|
||||
moreOfType: (type) ->
|
||||
@set('typeFilter', type)
|
||||
false
|
||||
|
||||
cancelType: ->
|
||||
|
Loading…
Reference in New Issue
Block a user