mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FIX: ensure we show the footer in '/categories' when coming from a topics list
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user