Skip to content

Commit cc95f02

Browse files
author
Kerwin
committed
fix: 概率无法加载消息
1 parent 717da48 commit cc95f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/chat/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ onMounted(() => {
513513
if (inputRef.value && !isMobile.value)
514514
inputRef.value?.focus()
515515
})
516-
}, 100)()
516+
}, 200)()
517517
})
518518
519519
onUnmounted(() => {

0 commit comments

Comments
 (0)