Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Henry
4686bcd2cd Merge branch 'master' into notebook-snapshot-cors 2021-08-10 09:43:51 -07:00
Nikhil Mandlik
9b2c48ab16 [Notebook] Example Imagery doesn't capture images #2942 2021-08-06 11:23:29 -07:00

View File

@@ -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);