mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:53:51 +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() {
|
goBack() {
|
||||||
this.sendWidgetAction('jumpToPost', this.position().lastRead);
|
this.sendWidgetAction('jumpToIndex', this.position().lastRead);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user