fix: ts error in type (#4196)

This commit is contained in:
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

View File

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