FIX: ensure we show the footer in '/categories' when coming from a topics list
This commit is contained in:
parent
76fac18085
commit
064b62199e
|
@ -61,7 +61,7 @@ const DiscoveryCategoriesRoute = Discourse.Route.extend(OpenComposer, {
|
|||
},
|
||||
|
||||
didTransition() {
|
||||
this.controllerFor("application").set("showFooter", true);
|
||||
Ember.run.next(() => this.controllerFor("application").set("showFooter", true));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue