mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fixes for web clipper
This commit is contained in:
		| @@ -114,7 +114,7 @@ async function addImagesToNote(images, note, content) { | ||||
|  | ||||
|             console.log(`Replacing ${imageId} with ${url}`); | ||||
|  | ||||
|             rewrittenContent = rewrittenContent.replace(imageId, url); | ||||
|             rewrittenContent = utils.replaceAll(rewrittenContent, imageId, url); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user