We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aec269 commit feece9cCopy full SHA for feece9c
frontend/src/views/chat/index.vue
@@ -730,7 +730,7 @@ const sendMessage = async ($event: any = {}) => {
730
731
loading.value = true
732
isTyping.value = true
733
- if (isCompletePage.value) {
+ if (isCompletePage.value || innerRef.value) {
734
scrollTopVal = innerRef.value!.clientHeight
735
scrollTime = setInterval(() => {
736
scrollBottom()
0 commit comments