mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:53:32 +08:00
FIX: Collapsing/Expanding Advanced Search doesn't wipe out Advanced Search Terms from search query.
This commit is contained in:
parent
59922a7899
commit
70cf36700b
|
@ -50,8 +50,8 @@ export default Em.Component.extend({
|
|||
|
||||
init() {
|
||||
this._super();
|
||||
this._init();
|
||||
Ember.run.scheduleOnce('afterRender', () => {
|
||||
this._init();
|
||||
this._update();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user