Explorar el Código

Added composition start key to safe keys.

Krzysztof Krztoń hace 8 años
padre
commit
375cecabf3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-typing/src/input.js

+ 1 - 0
packages/ckeditor5-typing/src/input.js

@@ -259,6 +259,7 @@ const safeKeycodes = [
 	34, // PageDown
 	35, // Home
 	36, // End
+	229 // Composition start key
 ];
 
 // Function keys.