mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-22 20:51:39 +00:00
fix: style overflow
This commit is contained in:
@@ -30,7 +30,7 @@ function initChat() {
|
||||
|
||||
function handleClear() {
|
||||
list.value = []
|
||||
setTimeout(initChat, 200)
|
||||
setTimeout(initChat, 100)
|
||||
}
|
||||
|
||||
function handleEnter(event: KeyboardEvent) {
|
||||
|
Reference in New Issue
Block a user