mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
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…
x
Reference in New Issue
Block a user