Ensure the last chat comment is always in focus after resize

This commit is contained in:
John McLear 2011-07-20 17:23:01 +01:00
parent 126dc4d0e8
commit 43508a32a3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ var chat = (function()
$("#editorcontainer").hide();
}, stop: function(event,ui){
$("#editorcontainer").show();
self.scrollDown();
}});
});