Fix redo toolbar command, again.
This commit is contained in:
parent
6054cda473
commit
80e45e1192
|
@ -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…
Reference in New Issue