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 a3c281d commit 165adb9Copy full SHA for 165adb9
projects/stream-chat-angular/src/lib/message-list/message-list.component.ts
@@ -214,7 +214,8 @@ export class MessageListComponent
214
this.olderMassagesLoaded = false;
215
} else if (
216
this.getScrollPosition() !== 'bottom' &&
217
- !this.isUserScrolled
+ !this.isUserScrolled &&
218
+ !this.highlightedMessageId
219
) {
220
this.isLatestMessageInList
221
? this.scrollToBottom()
0 commit comments