Compare commits

...

2 Commits

View File

@ -78,6 +78,9 @@ class ImageExporter {
} }
return html2canvas(element, { return html2canvas(element, {
useCORS: true,
allowTaint: true,
logging: false,
onclone: function (document) { onclone: function (document) {
if (className) { if (className) {
const clonedElement = document.getElementById(exportId); const clonedElement = document.getElementById(exportId);