Skip to content

Commit

Permalink
fix: 调整滚动回原样
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Mar 8, 2023
1 parent 4f3bfd1 commit 07cac12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ async function onConversation() {
requestOptions: { prompt: message, options: { ...options } },
},
)
scrollToBottom()
}
catch (error) {
//
Expand Down

0 comments on commit 07cac12

Please sign in to comment.