i cannot math

This commit is contained in:
biglyderv 2025-04-17 22:44:08 -04:00
parent ad96057d7e
commit cf9d3bd5b5
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -37,9 +37,9 @@ async function addMsg(msg) {
item.insertBefore(img,item.childNodes[0]) item.insertBefore(img,item.childNodes[0])
} }
wrap.appendChild(item); wrap.appendChild(item);
window.scrollTo(0, document.body.scrollHeight);
} }
messages.appendChild(wrap); messages.appendChild(wrap);
window.scrollTo(0, document.body.scrollHeight);
} }
async function main(e) { async function main(e) {