Skip to content

Commit

Permalink
fix: 概率无法加载消息
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin committed Apr 2, 2023
1 parent 717da48 commit cc95f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ onMounted(() => {
if (inputRef.value && !isMobile.value)
inputRef.value?.focus()
})
}, 100)()
}, 200)()
})
onUnmounted(() => {
Expand Down

0 comments on commit cc95f02

Please sign in to comment.