Explorar el Código

Aligned to the most probable future standard of notating keystrokes.

Piotrek Koszuliński hace 9 años
padre
commit
aa828cb870
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-list/src/list.js

+ 1 - 1
packages/ckeditor5-list/src/list.js

@@ -58,7 +58,7 @@ export default class List extends Feature {
 
 			if ( data.keystroke == parseKeystroke( 'tab' ) ) {
 				commandName = 'indentList';
-			} else if ( data.keystroke == parseKeystroke( 'shift + tab' ) ) {
+			} else if ( data.keystroke == parseKeystroke( 'Shift+tab' ) ) {
 				commandName = 'outdentList';
 			}