mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 08:03:36 +08: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