mirror of
https://github.com/flarum/core.git
synced 2025-07-24 18:21:33 +02:00
Tweak some text/comments
This commit is contained in:
@@ -51,7 +51,7 @@ class PostStream extends mixin(Component, evented) {
|
||||
*/
|
||||
goToNumber(number, noAnimation) {
|
||||
// If we want to go to the reply preview, then we will go to the end of the
|
||||
// discussion and scroll to the very bottom of the page.
|
||||
// discussion and then scroll to the very bottom of the page.
|
||||
if (number === 'reply') {
|
||||
return this.goToLast().then(() => {
|
||||
$('html,body').stop(true).animate({
|
||||
|
Reference in New Issue
Block a user