mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 17:22:00 -04:00
Removed deprecated event.
This commit is contained in:
parent
219bf8295c
commit
d1fd315c86
7 changed files with 14 additions and 14 deletions
|
@ -410,7 +410,7 @@ const pad = {
|
|||
const postAceInit = () => {
|
||||
padeditbar.init();
|
||||
setTimeout(() => {
|
||||
padeditor.ace.focus();
|
||||
padeditor.ace.trigger('focus');
|
||||
}, 0);
|
||||
$('#options-stickychat').on('click', () => { chat.stickToScreen(); });
|
||||
// if we have a cookie for always showing chat then show it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue