Przeglądaj źródła

Docs (engine): Adjusted description for focus() method.

It's not needed to put implementation details in the method docs.
Marek Lewandowski 5 lat temu
rodzic
commit
ee3031af11
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-core/src/editor/editor.js

+ 1 - 1
packages/ckeditor5-core/src/editor/editor.js

@@ -297,7 +297,7 @@ export default class Editor {
 	}
 
 	/**
-	 * Shorthand for {@link module:engine/view/view~View#focus `this.editing.view.focus()`}.
+	 * Puts the focus in the editor's editing view.
 	 */
 	focus() {
 		this.editing.view.focus();