mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix bug when saving non-text notes
This commit is contained in:
		| @@ -219,7 +219,7 @@ function findRelationMapLinks(content, foundLinks) { | ||||
|  | ||||
| async function saveLinks(note, content) { | ||||
|     if (note.type !== 'text' && note.type !== 'relation-map') { | ||||
|         return; | ||||
|         return content; | ||||
|     } | ||||
|  | ||||
|     const foundLinks = []; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user