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