Sfoglia il codice sorgente

Added composition start key to safe keys.

Krzysztof Krztoń 8 anni fa
parent
commit
375cecabf3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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.