Przeglądaj źródła

Added Tab key to the safe keycodes.

Krzysztof Krztoń 8 lat temu
rodzic
commit
6cddd894b5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/ckeditor5-typing/src/input.js

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

@@ -286,6 +286,7 @@ const safeKeycodes = [
 	getCode( 'arrowRight' ),
 	getCode( 'arrowDown' ),
 	getCode( 'arrowLeft' ),
+	9,  // Tab
 	16, // Shift
 	17, // Ctrl
 	18, // Alt