whoopsi
This commit is contained in:
parent
9b66c93d6b
commit
5f2e830b72
|
@ -3722,6 +3722,7 @@ function Ace2Inner(){
|
||||||
}
|
}
|
||||||
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "z" && (evt.metaKey || evt.ctrlKey) && !evt.altKey)
|
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "z" && (evt.metaKey || evt.ctrlKey) && !evt.altKey)
|
||||||
{
|
{
|
||||||
|
// cmd-Z (undo)
|
||||||
fastIncorp(6);
|
fastIncorp(6);
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
if (evt.shiftKey)
|
if (evt.shiftKey)
|
||||||
|
|
Loading…
Reference in New Issue