diff --git a/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx b/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx index 46477964d17b..9fd75ef543ff 100644 --- a/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx +++ b/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx @@ -741,6 +741,7 @@ function ComposerWithSuggestions( ); const onClear = useCallback(() => { + mobileInputScrollPosition.current = 0; setTextInputShouldClear(false); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);