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() {
|
init() {
|
||||||
this._super();
|
this._super();
|
||||||
|
this._init();
|
||||||
Ember.run.scheduleOnce('afterRender', () => {
|
Ember.run.scheduleOnce('afterRender', () => {
|
||||||
this._init();
|
|
||||||
this._update();
|
this._update();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue