mirror of
https://github.com/flarum/core.git
synced 2025-08-10 10:24:46 +02:00
Restore old implementation of goToLast()
It's not clear whether this was intentionally omitted.
This commit is contained in:
@@ -70,7 +70,7 @@ class PostStreamState {
|
||||
* @return {Promise}
|
||||
*/
|
||||
goToLast() {
|
||||
return this.goToIndex(this.count() - 1);
|
||||
return this.goToIndex(this.count() - 1, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user