We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da66348 commit 6e359dcCopy full SHA for 6e359dc
projects/stream-chat-angular/src/lib/message-list/message-list.component.ts
@@ -213,9 +213,7 @@ export class MessageListComponent
213
this.containerHeight = this.scrollContainer.nativeElement.scrollHeight;
214
this.olderMassagesLoaded = false;
215
} else if (
216
- this.containerHeight !== undefined &&
217
- this.containerHeight <
218
- this.scrollContainer.nativeElement.scrollHeight &&
+ this.getScrollPosition() !== 'bottom' &&
219
!this.isUserScrolled
220
) {
221
this.isLatestMessageInList
0 commit comments