You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I inserting the new chat message like this
$("#chat_div").chatbox("option", "boxManager").addMsg("Mr. Foo", "Barrr!");
then message is inserted correctly but chat window is shaking.