So smooth.
This commit is contained in:
parent
ecb77cf361
commit
bfca2bdf73
@ -79,6 +79,9 @@
|
||||
message.innerHTML = data.html;
|
||||
document.querySelector(".chat-messages").appendChild(message.firstChild);
|
||||
updateLayout();
|
||||
setTimeout(()=>{
|
||||
updateLayout()
|
||||
},200)
|
||||
});
|
||||
|
||||
initInputField(document.querySelector("textarea"));
|
||||
|
Loading…
Reference in New Issue
Block a user