fix focus issue from title to the text content with tab/enter

This commit is contained in:
zadam
2019-07-02 20:28:57 +02:00
parent 9c91b0459e
commit d18a20cc06
3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class NoteDetailText {
}
focus() {
this.$component.focus();
this.$editorEl.focus();
}
getEditor() {