FIX: ensures secondary menu of user notifications mobile nav reloads (#8716)

This commit is contained in:
Joffrey JAFFEUX
2020-01-15 09:01:44 +01:00
committed by GitHub
parent b1508a6f44
commit ec1aeb8a55
2 changed files with 5 additions and 1 deletions
@@ -5,9 +5,13 @@ import {
default as discourseComputed,
observes
} from "discourse-common/utils/decorators";
import { readOnly } from "@ember/object/computed";
import { inject as service } from "@ember/service";
export default Controller.extend({
application: inject(),
router: service(),
currentPath: readOnly("router._router.currentPath"),
@observes("model.canLoadMore")
_showFooter() {