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 7a0f7e8 commit 7b7410eCopy full SHA for 7b7410e
app.html
@@ -366,7 +366,8 @@
366
367
const landXrIframe = root.childNodes[0];
368
const ownedXrIframes = _getOwnedXrIframes(landXrIframe);
369
- const state = parse5.parseFragment(`<xr-site>${ownedXrIframes.map(xrIframe => xrIframe.outerHTML).join('')}</xr-site>`);
+ let state = parse5.parseFragment(`<xr-site>${ownedXrIframes.map(xrIframe => xrIframe.outerHTML).join('')}</xr-site>`);
370
+ state = _normalizeEl(state);
371
sendChannel.send(JSON.stringify({
372
method: 'initState',
373
state,
0 commit comments