Skip to content

Commit

Permalink
Auto-focus TinyMCE editor area on load.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jan 15, 2022
1 parent 3f02609 commit 4c09cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export default {
setup: (editor) => {
editor.on('init', () => {
editor.focus();
this.onEditorDialogOpen(editor);
});
Expand Down

0 comments on commit 4c09cc1

Please sign in to comment.