FIX: Back button was not working in long topics with many deleted

This commit is contained in:
Robin Ward 2017-01-03 13:17:11 -05:00
parent bee8425055
commit 1bf912f3ac

View File

@ -237,7 +237,7 @@ createWidget('timeline-scrollarea', {
},
goBack() {
this.sendWidgetAction('jumpToPost', this.position().lastRead);
this.sendWidgetAction('jumpToIndex', this.position().lastRead);
}
});