Ensure the last chat comment is always in focus after resize
parent
126dc4d0e8
commit
43508a32a3
|
@ -10,6 +10,7 @@ var chat = (function()
|
||||||
$("#editorcontainer").hide();
|
$("#editorcontainer").hide();
|
||||||
}, stop: function(event,ui){
|
}, stop: function(event,ui){
|
||||||
$("#editorcontainer").show();
|
$("#editorcontainer").show();
|
||||||
|
self.scrollDown();
|
||||||
}});
|
}});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue