8
0
فهرست منبع

Aligned to the most probable future standard of notating keystrokes.

Piotrek Koszuliński 9 سال پیش
والد
کامیت
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';
 			}