We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e1af03 + a488141 commit 44f0e38Copy full SHA for 44f0e38
1 file changed
projects/stream-chat-angular/src/lib/message-list/message-list.component.ts
@@ -855,6 +855,11 @@ export class MessageListComponent
855
this.cdRef.detectChanges();
856
}, 1000)
857
);
858
+ } else {
859
+ this.isJumpingToMessage = false;
860
+ this.highlightedMessageId = undefined;
861
+ this.firstUnreadMessageId = undefined;
862
+ this.isJumpingToLatestUnreadMessage = false;
863
}
864
865
0 commit comments