mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Only show scroll down button if we're not at bottom of convo
FREEBIE
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
unreadEl.insertBefore(this.$('#' + oldestUnread.get('id')));
|
||||
var position = unreadEl[0].scrollIntoView(true);
|
||||
|
||||
if (this.view.bottomOffset === 0) {
|
||||
if (this.view.bottomOffset > 0) {
|
||||
this.addScrollDownButtonWithCount(unreadCount);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user