diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index da646b7e0..f7c4cc5c8 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -3561,8 +3561,7 @@ function Ace2Inner(){ inCallStackIfNecessary("handleKeyEvent", function() { - - if (type == "keypress" || (isTypeForSpecialKey && keyCode == 13 || keyCode == 83 /*return*/ )) + if (type == "keypress" || (isTypeForSpecialKey && keyCode == 13 /*return*/ )) { // in IE, special keys don't send keypress, the keydown does the action if (!outsideKeyPress(evt))