FIXBUG
This commit is contained in:
parent
84dcb3b42f
commit
1e6a0e37ce
@ -29,9 +29,9 @@ onUnmounted(() => {
|
||||
document.addEventListener('visibilitychange', function () {
|
||||
if (document.hidden) {
|
||||
clearInterval(printInterval)
|
||||
document.querySelector('#chat').innerText = ''
|
||||
} else {
|
||||
clearInterval(printInterval)
|
||||
document.querySelector('#chat').innerText = ''
|
||||
textEffect()
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user