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 04d8811 commit e62b31cCopy full SHA for e62b31c
src/xr-site.js
@@ -18,7 +18,7 @@ class XRSite extends HTMLElement {
18
19
this.fakeXrDisplay = new FakeXRDisplay();
20
this.fakeXrDisplay.enable();
21
- this.cameraEnabled = true;
+ this.cameraEnabled = window.xrTop;
22
23
new MutationObserver(async mutations => {
24
await GlobalContext.loadPromise;
0 commit comments