mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
fixes to saved search
This commit is contained in:
@@ -92,7 +92,7 @@ function copyChildAttributes(parentNote, childNote) {
|
||||
* - {integer} notePosition - default is last existing notePosition in a parent + 10
|
||||
*
|
||||
* @param params
|
||||
* @return {Promise<{note: Note, branch: Branch}>}
|
||||
* @return {{note: Note, branch: Branch}}
|
||||
*/
|
||||
function createNewNote(params) {
|
||||
const parentNote = repository.getNote(params.parentNoteId);
|
||||
|
||||
Reference in New Issue
Block a user