FIX: ensure we show the footer in '/categories' when coming from a topics list

This commit is contained in:
Régis Hanol 2015-09-04 17:38:10 +02:00
parent 76fac18085
commit 064b62199e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}