mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: don't hide back button at the bottom of timeline (#7544)
This commit is contained in:
@@ -216,11 +216,6 @@ createWidget("timeline-scrollarea", {
|
||||
);
|
||||
showButton =
|
||||
before + SCROLLER_HEIGHT - 5 < lastReadTop || before > lastReadTop + 25;
|
||||
|
||||
// Don't show if at the bottom of the timeline
|
||||
if (lastReadTop > scrollareaHeight() - LAST_READ_HEIGHT / 2) {
|
||||
showButton = false;
|
||||
}
|
||||
}
|
||||
|
||||
const result = [
|
||||
|
||||
Reference in New Issue
Block a user