small fixes and tweaks

This commit is contained in:
zadam
2021-09-29 12:39:28 +02:00
parent 5358b58191
commit c2d35dac4d
5 changed files with 15 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ export default class NoteTitleWidget extends NoteContextAwareWidget {
});
utils.bindElShortcut(this.$noteTitle, 'return', () => {
this.triggerCommand('focusOnAttributes', {ntxId: this.noteContext.ntxId});
this.triggerCommand('focusOnDetail', {ntxId: this.noteContext.ntxId});
});
}