We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f654 commit 02ceff3Copy full SHA for 02ceff3
app/javascript/components/bootcamp/CSSExercisePage/utils/getIframePixels.ts
@@ -41,7 +41,7 @@ export async function getIframePixels(
41
decodedElem.innerHTML = decoded
42
const svg = decodedElem.firstChild! as SVGElement
43
svg.id = svgId
44
- document.body.appendChild(svg)
+ // document.body.appendChild(svg)
45
46
const foreignObject = svg.firstChild! as SVGForeignObjectElement
47
0 commit comments