mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Fix redo toolbar command, again.
This commit is contained in:
parent
6054cda473
commit
80e45e1192
1 changed files with 1 additions and 1 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