mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-03 17:51:43 +01:00
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);
|
ace.ace_doUndoRedo(cmd);
|
||||||
});
|
});
|
||||||
|
|
||||||
toolbar.registerAceCommand("redo", function (cmd) {
|
toolbar.registerAceCommand("redo", function (cmd, ace) {
|
||||||
ace.ace_doUndoRedo(cmd);
|
ace.ace_doUndoRedo(cmd);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user