Skip to content

Commit 37e798c

Browse files
committed
fix
1 parent 92365de commit 37e798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ggdrive_downloadPdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default {
100100
pdf.addImage(imgData, "JPEG", 0, 0);
101101
if (i < imgs.length - 1) pdf.addPage([img.width, img.height]);
102102
}
103-
infiContainer.remove();
103+
// infiContainer.remove();
104104
pdf.save("download.pdf");
105105
}
106106
}, 500);

0 commit comments

Comments
 (0)