So smooth.

This commit is contained in:
retoor 2025-02-09 13:07:38 +01:00
parent ecb77cf361
commit bfca2bdf73

View File

@ -79,6 +79,9 @@
message.innerHTML = data.html;
document.querySelector(".chat-messages").appendChild(message.firstChild);
updateLayout();
setTimeout(()=>{
updateLayout()
},200)
});
initInputField(document.querySelector("textarea"));