mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: ts error in type (#4196)
This commit is contained in:
parent
c47c70afb0
commit
cfef12b504
|
|
@ -678,7 +678,7 @@ onMounted(() => {
|
|||
|
||||
onBeforeUnmount(() => {
|
||||
window.sendMessage = null
|
||||
window.userProfile = null
|
||||
window.chatUserProfile = null
|
||||
})
|
||||
|
||||
function setScrollBottom() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue