enter on note in note tree leads to note title instead of content (second enter then goes to content)

This commit is contained in:
azivner
2018-09-07 10:50:05 +02:00
parent 8b41c1ef31
commit 22e905aa99
2 changed files with 4 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ const keyBindings = {
return false;
},
"return": node => {
noteDetailService.focus();
noteDetailService.focusOnTitle();
return false;
},