Kaynağa Gözat

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 5 yıl önce
ebeveyn
işleme
99973b4d7b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();