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

Docs (ckeditor5): Adjusted editor focus best practice.

Marek Lewandowski 5 лет назад
Родитель
Сommit
fdbc769dab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/framework/guides/architecture/ui-library.md

+ 1 - 1
docs/framework/guides/architecture/ui-library.md

@@ -443,7 +443,7 @@ dropdownView.bind( 'isEnabled' ).toMany( buttons, 'isEnabled',
 
 ### Best practices
 
-It is advised that for the best user experience the editing view gets {@link module:core/editor/editor~Editor#focus focused} upon any user action (e.g. executing a command) to make sure the editor retains focus:
+It is advised that for the best user experience the editor gets {@link module:core/editor/editor~Editor#focus focused} upon any user action (e.g. executing a command):
 
 ```js
 // Execute some action on dropdown#execute event.