mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	children overview styling
This commit is contained in:
		| @@ -24,6 +24,10 @@ class NoteShort { | ||||
|     } | ||||
|  | ||||
|     async getChildBranches() { | ||||
|         if (!this.treeCache.children) { | ||||
|             return []; | ||||
|         } | ||||
|  | ||||
|         const branches = []; | ||||
|  | ||||
|         for (const child of this.treeCache.children[this.noteId]) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user