8
0
Просмотр исходного кода

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 лет назад
Родитель
Сommit
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();