Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@@ -78,6 +78,9 @@ class ImageExporter {
|
||||
}
|
||||
|
||||
return html2canvas(element, {
|
||||
useCORS: true,
|
||||
allowTaint: true,
|
||||
logging: false,
|
||||
onclone: function (document) {
|
||||
if (className) {
|
||||
const clonedElement = document.getElementById(exportId);
|
||||
|
||||
Reference in New Issue
Block a user