mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
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 keyCode = evt.keyCode;
|
||||||
var which = evt.which;
|
var which = evt.which;
|
||||||
|
|
||||||
// prevent ESC key and Control S
|
// prevent ESC key
|
||||||
if (keyCode == 27)
|
if (keyCode == 27)
|
||||||
{
|
{
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
|
|
Loading…
Reference in a new issue