mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
add jsdocs to note.cloneTo, closes #2996
This commit is contained in:
@@ -1200,6 +1200,10 @@ class Note extends AbstractEntity {
|
||||
return this.searchNotesInSubtree(searchString)[0];
|
||||
}
|
||||
|
||||
/**
|
||||
* @param parentNoteId
|
||||
* @returns {{success: boolean, message: string}}
|
||||
*/
|
||||
cloneTo(parentNoteId) {
|
||||
const cloningService = require("../../services/cloning");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user