mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	hideChildrenOverview label which can disable children overview for specific notes
This commit is contained in:
		| @@ -24,7 +24,7 @@ class NoteShort { | ||||
|     } | ||||
|  | ||||
|     async getChildBranches() { | ||||
|         if (!this.treeCache.children) { | ||||
|         if (!this.treeCache.children[this.noteId]) { | ||||
|             return []; | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user