mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
FIX: Back button was not working in long topics with many deleted
This commit is contained in:
@@ -237,7 +237,7 @@ createWidget('timeline-scrollarea', {
|
||||
},
|
||||
|
||||
goBack() {
|
||||
this.sendWidgetAction('jumpToPost', this.position().lastRead);
|
||||
this.sendWidgetAction('jumpToIndex', this.position().lastRead);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user