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