mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
do the chat resize without hiding the pad text
This commit is contained in:
parent
d812557445
commit
13c10013b9
3 changed files with 18 additions and 2 deletions
|
@ -15,11 +15,11 @@ var chat = (function()
|
|||
handles: 'nw',
|
||||
start: function (event, ui)
|
||||
{
|
||||
$("#editorcontainer").hide();
|
||||
$("#focusprotector").show();
|
||||
},
|
||||
stop: function (event, ui)
|
||||
{
|
||||
$("#editorcontainer").show();
|
||||
$("#focusprotector").hide();
|
||||
|
||||
$("#chatbox").css({right: "20px", bottom: "0px", left: "", top: ""});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue