diff options
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/SubmissionNotice.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/SubmissionNotice.tsx b/src/render/SubmissionNotice.tsx index 671dde6b..5e9fbfbd 100644 --- a/src/render/SubmissionNotice.tsx +++ b/src/render/SubmissionNotice.tsx @@ -56,6 +56,10 @@ class SubmissionNotice { submit(): void { this.noticeRef.current?.submit?.(); } + + scrollToBottom(): void { + this.noticeRef.current?.scrollToBottom?.(); + } } export default SubmissionNotice;
\ No newline at end of file |