mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
enter on note in note tree leads to note title instead of content (second enter then goes to content)
This commit is contained in:
@@ -100,7 +100,7 @@ const keyBindings = {
|
||||
return false;
|
||||
},
|
||||
"return": node => {
|
||||
noteDetailService.focus();
|
||||
noteDetailService.focusOnTitle();
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user