fix: ts error in type (#4196)

v3.2
shaohuzhang1 2025-10-15 14:25:35 +08:00 committed by GitHub
parent c47c70afb0
commit cfef12b504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ onMounted(() => {
onBeforeUnmount(() => {
window.sendMessage = null
window.userProfile = null
window.chatUserProfile = null
})
function setScrollBottom() {