mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: don't hide back button at the bottom of timeline (#7544)
This commit is contained in:
parent
fc5bb39096
commit
9a17b19636
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user