Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 07cac12

Browse files
committed
fix: 调整滚动回原样
1 parent 4f3bfd1 commit 07cac12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/chat/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ async function onConversation() {
113113
requestOptions: { prompt: message, options: { ...options } },
114114
},
115115
)
116+
scrollToBottom()
116117
}
117118
catch (error) {
118119
//

0 commit comments

Comments
 (0)