This commit is contained in:
John McLear 2014-11-22 19:13:23 +00:00
parent 9b66c93d6b
commit 5f2e830b72
1 changed files with 1 additions and 0 deletions

View File

@ -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)