Skip to content

Commit 9e1b8f5

Browse files
authored
Merge pull request immersive-web#152 from mrxz/main
Correctly add 'dom-overlay' to optionalFeatures in case of an 'immersive-ar' session
2 parents 2768df5 + e3af9cb commit 9e1b8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h4>Input Sources</h4>
457457
};
458458

459459
if (name == 'immersive-ar') {
460-
optionalFeatures.push('dom-overlay');
460+
sessionOptions.optionalFeatures.push('dom-overlay');
461461
sessionOptions.domOverlay = { root: document.getElementById('session-report') };
462462
}
463463

0 commit comments

Comments
 (0)