Today we're always focusing the editable view, that's true - but at some point we might be focusing the UI parts.
@@ -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();