mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
f42fe78acf
commit
2564e75fc9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user