mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Ensure the last chat comment is always in focus after resize
This commit is contained in:
parent
126dc4d0e8
commit
43508a32a3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ var chat = (function()
|
|||
$("#editorcontainer").hide();
|
||||
}, stop: function(event,ui){
|
||||
$("#editorcontainer").show();
|
||||
self.scrollDown();
|
||||
}});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue