mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	fix recent note dialog for deleted notes
This commit is contained in:
		
							parent
							
								
									d0c655f66a
								
							
						
					
					
						commit
						1d3608b7bf
					
				| @ -35,6 +35,7 @@ async function createNoteLink(notePath, options = {}) { | ||||
|     if (showNotePath) { | ||||
|         notePath = await treeService.resolveNotePath(notePath); | ||||
| 
 | ||||
|         if (notePath) { | ||||
|             const noteIds = notePath.split("/"); | ||||
|             noteIds.pop(); // remove last element
 | ||||
| 
 | ||||
| @ -44,6 +45,7 @@ async function createNoteLink(notePath, options = {}) { | ||||
|                 $container.append($("<small>").text(" (" + await treeUtils.getNotePathTitle(parentNotePath) + ")")); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     return $container; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam