mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Apply Chrome's accent input workaround in Safari version 10.1.
This commit is contained in:
@@ -2292,7 +2292,7 @@ var TextInput = function(parentNode, host) {
|
||||
}
|
||||
// WORKAROUND: Accent keys and Korean keys don't work in Chrome >53.
|
||||
// https://github.com/ajaxorg/ace/issues/3045
|
||||
if (useragent.isChrome >= 53) onInput();
|
||||
if (useragent.isChrome >= 53 || useragent.isSafari >= 10.1) onInput();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user