diff --git a/js/src/forum/states/PostStreamState.js b/js/src/forum/states/PostStreamState.js index 3013ddd1c..9628f0943 100644 --- a/js/src/forum/states/PostStreamState.js +++ b/js/src/forum/states/PostStreamState.js @@ -57,9 +57,7 @@ class PostStreamState { // If we want to go to the reply preview, then we will go to the end of the // discussion and then scroll to the very bottom of the page. if (number === 'reply') { - return this.goToLast().then(() => { - this.trigger('scrollToIndex', this.count()); - }); + return this.goToLast(); } this.paused = true;