mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 03:26:53 -04:00
Merge f9f8b1c079
into d124d9b26c
This commit is contained in:
commit
b38e2c3c09
1 changed files with 1 additions and 1 deletions
|
@ -3580,7 +3580,7 @@ function Ace2Inner(){
|
|||
|
||||
var specialHandled = false;
|
||||
var isTypeForSpecialKey = ((browser.msie || browser.safari) ? (type == "keydown") : (type == "keypress"));
|
||||
var isTypeForCmdKey = ((browser.msie || browser.safari) ? (type == "keydown") : (type == "keypress"));
|
||||
var isTypeForCmdKey = ((browser.msie || browser.safari || browser.chrome) ? (type == "keydown") : (type == "keypress"));
|
||||
|
||||
var stopped = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue