mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-10-25 11:17:28 +02:00 
			
		
		
		
	Merge branch 'main' into fix-imgtopdf-typo
This commit is contained in:
		
						commit
						f6a9169446
					
				| @ -62,7 +62,7 @@ class PdfContainer { | ||||
|             const files = e.target.files; | ||||
|             this.fileName = files[0].name; | ||||
|             for (var i=0; i < files.length; i++) { | ||||
|                 this.addPdfFile(files[i], nextSiblingElement); | ||||
|                 await this.addPdfFile(files[i], nextSiblingElement); | ||||
|             } | ||||
| 
 | ||||
|             document.querySelectorAll(".enable-on-file").forEach(element => { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user