Skip to content

Commit

Permalink
fix: safari scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jul 17, 2024
1 parent bc89400 commit 0cccc9f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@ export class MessageListComponent
(this.anchorMessageTopOffset || 0);
this.anchorMessageTopOffset = undefined;
this.shouldPreserveScrollPosition = false;
if (this.isSafari) {
this.forceRepaintSubject.next();
}
}

private forceRepaint() {
Expand Down

0 comments on commit 0cccc9f

Please sign in to comment.