mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +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