diff --git a/framework/core/js/forum/src/components/post-stream.js b/framework/core/js/forum/src/components/post-stream.js index 6a3e6049d..35dd23f1d 100644 --- a/framework/core/js/forum/src/components/post-stream.js +++ b/framework/core/js/forum/src/components/post-stream.js @@ -422,7 +422,7 @@ class PostStream extends mixin(Component, evented) { scrollToIndex(index, noAnimation, bottom) { var $item = this.$('.item[data-index='+index+']'); - return this.scrollToItem($item, noAnimation, true, true); + return this.scrollToItem($item, noAnimation, true, bottom); } /**