8
0
Просмотр исходного кода

Aligned to the most probable future standard of notating keystrokes.

Piotrek Koszuliński 9 лет назад
Родитель
Сommit
aa828cb870
1 измененных файлов с 1 добавлено и 1 удалено
  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';
 			}