You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You can hide the "jump to latest" button while scrolling. A potential use-case for this input would be to [workaround a known issue on iOS Safar](https://github.com/GetStream/stream-chat-angular/issues/418)
65
+
* You can hide the "jump to latest" button while scrolling. A potential use-case for this input would be to [workaround a known issue on iOS Safar webview](https://github.com/GetStream/stream-chat-angular/issues/418)
66
66
*
67
-
* @deprecated This scroll issue has been resolved, no need to use this workaround anymore.
68
67
*/
69
68
@Input()hideJumpToLatestButtonDuringScroll=false;
70
69
/**
@@ -124,6 +123,7 @@ export class MessageListComponent
124
123
firstUnreadMessageId?: string;
125
124
unreadCount?: number;
126
125
isJumpingToLatestUnreadMessage=false;
126
+
isJumpToLatestButtonVisible=true;
127
127
@ViewChild('scrollContainer')
128
128
privatescrollContainer!: ElementRef<HTMLElement>;
129
129
@ViewChild('parentMessageElement')
@@ -148,6 +148,7 @@ export class MessageListComponent
0 commit comments