mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
Add shortcut to delete newly created note quickly (#2177)
* Add shortcut to delete newly created note quickly * Add space
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user