fix letter s...
This commit is contained in:
parent
2fe31bc618
commit
a4c4d11cd4
|
@ -3561,8 +3561,7 @@ function Ace2Inner(){
|
||||||
|
|
||||||
inCallStackIfNecessary("handleKeyEvent", function()
|
inCallStackIfNecessary("handleKeyEvent", function()
|
||||||
{
|
{
|
||||||
|
if (type == "keypress" || (isTypeForSpecialKey && keyCode == 13 /*return*/ ))
|
||||||
if (type == "keypress" || (isTypeForSpecialKey && keyCode == 13 || keyCode == 83 /*return*/ ))
|
|
||||||
{
|
{
|
||||||
// in IE, special keys don't send keypress, the keydown does the action
|
// in IE, special keys don't send keypress, the keydown does the action
|
||||||
if (!outsideKeyPress(evt))
|
if (!outsideKeyPress(evt))
|
||||||
|
|
Loading…
Reference in New Issue