Skip to content

Commit

Permalink
Merge pull request #50623 from raza-ak/fix-floating-message-scrolling
Browse files Browse the repository at this point in the history
Fixed scrolling issue when floating message clicked
  • Loading branch information
chiragsalian authored Oct 22, 2024
2 parents f535280 + 5c0f343 commit 21f7842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/report/ReportActionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ function ReportActionsList({
if (!hasNewestReportAction) {
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(report.reportID));
Report.openReport(report.reportID);
reportScrollManager.scrollToBottom();
return;
}
reportScrollManager.scrollToBottom();
Expand Down

0 comments on commit 21f7842

Please sign in to comment.