diff --git a/framework/core/js/forum/src/components/discussion-page.js b/framework/core/js/forum/src/components/discussion-page.js index 27c516ae6..dcb60d951 100644 --- a/framework/core/js/forum/src/components/discussion-page.js +++ b/framework/core/js/forum/src/components/discussion-page.js @@ -87,6 +87,8 @@ export default class DiscussionPage extends mixin(Component, evented) { this.stream = new PostStream({ discussion, includedPosts }); this.stream.on('positionChanged', this.positionChanged.bind(this)); this.stream.goToNumber(m.route.param('near') || 1, true); + + this.trigger('loaded'); } onload(element, isInitialized, context) {