perf: 自动焦点时移动端上的不便

main
ChenZhaoYu 2 years ago
parent 57a1d6e3cd
commit 634c879108

@ -454,7 +454,7 @@ const footerClass = computed(() => {
onMounted(() => {
scrollToBottom()
if (inputRef.value)
if (inputRef.value && !isMobile.value)
inputRef.value?.focus()
})

Loading…
Cancel
Save