mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	refactoring of note deletion
This commit is contained in:
		| @@ -99,7 +99,7 @@ async function getScriptBundle(note, root = true, scriptEnv = null, includedNote | ||||
|  | ||||
|     const modules = []; | ||||
|  | ||||
|     for (const child of await note.getChildren()) { | ||||
|     for (const child of await note.getChildNotes()) { | ||||
|         const childBundle = await getScriptBundle(child, false, scriptEnv, includedNoteIds); | ||||
|  | ||||
|         if (childBundle) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user