mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	create new sortNotes backend API method and deprecate old sortNotesByTitle
				
					
				
			This commit is contained in:
		| @@ -738,6 +738,10 @@ class NoteShort { | ||||
|         return false; | ||||
|     } | ||||
|  | ||||
|     isInHiddenSubtree() { | ||||
|         return this.noteId === '_hidden' || this.hasAncestor('_hidden'); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @deprecated NOOP | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user