From 58efc02fb0bd9d25508f28ccf8b5ce176fb08da4 Mon Sep 17 00:00:00 2001 From: Huu Le <20178761+huult@users.noreply.github.com> Date: Thu, 7 Aug 2025 07:34:39 +0700 Subject: [PATCH] Fix issue where transaction thread does not auto-scroll to show sent message --- src/pages/home/report/ReportActionsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index d314a3802333..333c68d055a7 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -437,7 +437,7 @@ function ReportActionsList({ if (!isFromCurrentUser || (!isReportTopmostSplitNavigator() && !Navigation.getReportRHPActiveRoute())) { return; } - if (!hasNewestReportActionRef.current) { + if (!hasNewestReportActionRef.current && !isFromCurrentUser) { if (Navigation.getReportRHPActiveRoute()) { return; }