Przeglądaj źródła

Docs (ckeditor5): Adjusted editor focus best practice.

Marek Lewandowski 5 lat temu
rodzic
commit
fdbc769dab

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

@@ -443,7 +443,7 @@ dropdownView.bind( 'isEnabled' ).toMany( buttons, 'isEnabled',
 
 
 ### Best practices
 ### 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
 ```js
 // Execute some action on dropdown#execute event.
 // Execute some action on dropdown#execute event.