diff --git a/src/pages/home/report/ReportActionCompose.js b/src/pages/home/report/ReportActionCompose.js index d28b7b75d0fc..8f177725e6d0 100755 --- a/src/pages/home/report/ReportActionCompose.js +++ b/src/pages/home/report/ReportActionCompose.js @@ -351,6 +351,8 @@ class ReportActionCompose extends React.Component { if (newComment) { this.debouncedBroadcastUserIsTyping(); } + + this.textInput.scrollTop = this.textInput.scrollHeight; } /**