mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix focus issue from title to the text content with tab/enter
This commit is contained in:
@@ -74,7 +74,7 @@ class NoteDetailText {
|
||||
}
|
||||
|
||||
focus() {
|
||||
this.$component.focus();
|
||||
this.$editorEl.focus();
|
||||
}
|
||||
|
||||
getEditor() {
|
||||
|
||||
Reference in New Issue
Block a user