diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index edbd70349127..92e315026007 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -461,7 +461,7 @@ function ReportActionsList({ setIsFloatingMessageCounterVisible(false); // If a new comment is added and it's from the current user scroll to the bottom otherwise leave the user positioned where // they are now in the list. - if (!isFromCurrentUser || !isReportScreenTopmostCentralPane()) { + if (!isFromCurrentUser || (!isReportScreenTopmostCentralPane() && !Navigation.getReportRHPActiveRoute())) { return; } if (!hasNewestReportActionRef.current) {