浏览代码

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 年之前
父节点
当前提交
99973b4d7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();