mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fixed CTRL-ALT-P shortcut
This commit is contained in:
@@ -522,6 +522,8 @@ async function createNote(node, parentNoteId, target, isProtected, saveSelection
|
||||
clearSelectedNodes(); // to unmark previously active node
|
||||
|
||||
infoService.showMessage("Created!");
|
||||
|
||||
return {note, branch};
|
||||
}
|
||||
|
||||
/* If first element is heading, parse it out and use it as a new heading. */
|
||||
|
||||
Reference in New Issue
Block a user