mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Back button was not working in long topics with many deleted
This commit is contained in:
parent
bee8425055
commit
1bf912f3ac
@ -237,7 +237,7 @@ createWidget('timeline-scrollarea', {
|
||||
},
|
||||
|
||||
goBack() {
|
||||
this.sendWidgetAction('jumpToPost', this.position().lastRead);
|
||||
this.sendWidgetAction('jumpToIndex', this.position().lastRead);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user