Parcourir la source

Docs (core): Editor's focus method should not give away its implementation.

Today we're always focusing the editable view, that's true - but at some point we might be focusing the UI parts.
Marek Lewandowski il y a 5 ans
Parent
commit
99973b4d7b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {
 	}
 
 	/**
-	 * Puts the focus in the editor's editing view.
+	 * Focuses the editor.
 	 */
 	focus() {
 		this.editing.view.focus();