mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
changelog, package file and fix for redo
This commit is contained in:
parent
dc1a33bead
commit
e23af7e439
3 changed files with 30 additions and 2 deletions
|
@ -297,7 +297,7 @@ var padeditbar = (function()
|
|||
ace.ace_doUndoRedo(cmd);
|
||||
});
|
||||
|
||||
toolbar.registerAceCommand("redo", function (cmd) {
|
||||
toolbar.registerAceCommand("redo", function (cmd, ace) {
|
||||
ace.ace_doUndoRedo(cmd);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue