Skip to content

Commit 1921863

Browse files
author
Avaer Kazmer
committed
Data emit cleanup
1 parent 7a4b19a commit 1921863

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5820,11 +5820,15 @@
58205820
values: [
58215821
{
58225822
key: 'position',
5823-
value: moveMesh.xrIframe.getAttribute('position'),
5823+
value: xrIframe.getAttribute('position'),
58245824
},
58255825
{
58265826
key: 'orientation',
5827-
value: moveMesh.xrIframe.getAttribute('orientation'),
5827+
value: xrIframe.getAttribute('orientation'),
5828+
},
5829+
{
5830+
key: 'data',
5831+
value: xrIframe.getAttribute('data'),
58285832
},
58295833
],
58305834
},

0 commit comments

Comments
 (0)