remove control S comment
This commit is contained in:
parent
8c7939ec9f
commit
93e9d7c852
1 changed files with 1 additions and 1 deletions
|
@ -3537,7 +3537,7 @@ function Ace2Inner(){
|
|||
var keyCode = evt.keyCode;
|
||||
var which = evt.which;
|
||||
|
||||
// prevent ESC key and Control S
|
||||
// prevent ESC key
|
||||
if (keyCode == 27)
|
||||
{
|
||||
evt.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue