Procházet zdrojové kódy

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 před 5 roky
rodič
revize
99973b4d7b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();