Auto-focus TinyMCE editor area on load.
This commit is contained in:
parent
3f026090ca
commit
4c09cc1fc3
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ export default {
|
|||
|
||||
setup: (editor) => {
|
||||
editor.on('init', () => {
|
||||
editor.focus();
|
||||
this.onEditorDialogOpen(editor);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue