mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
whoopsi
This commit is contained in:
parent
9b66c93d6b
commit
5f2e830b72
1 changed files with 1 additions and 0 deletions
|
@ -3722,6 +3722,7 @@ function Ace2Inner(){
|
|||
}
|
||||
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "z" && (evt.metaKey || evt.ctrlKey) && !evt.altKey)
|
||||
{
|
||||
// cmd-Z (undo)
|
||||
fastIncorp(6);
|
||||
evt.preventDefault();
|
||||
if (evt.shiftKey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue