mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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();
|
$("#editorcontainer").hide();
|
||||||
}, stop: function(event,ui){
|
}, stop: function(event,ui){
|
||||||
$("#editorcontainer").show();
|
$("#editorcontainer").show();
|
||||||
|
self.scrollDown();
|
||||||
}});
|
}});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue