Add shortcut to delete newly created note quickly (#2177)

* Add shortcut to delete newly created note quickly

* Add space
This commit is contained in:
Abitofevrything
2021-09-23 23:34:51 +02:00
committed by GitHub
parent 8769fd71cb
commit 3d9260c974
3 changed files with 16 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ export default class Entrypoints extends Component {
await appContext.tabManager.openContextWithNote(note.noteId, true, null, hoistedNoteId);
appContext.triggerEvent('focusAndSelectTitle');
appContext.triggerEvent('focusAndSelectTitle', {isNewNote: true});
}
async toggleNoteHoistingCommand() {