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 6264e69 commit 98f4374Copy full SHA for 98f4374
app.html
@@ -3538,6 +3538,10 @@
3538
_selectTab(3);
3539
} else if (id === 'tab-4') {
3540
_selectTab(4);
3541
+ } else if (id === 'action-new-scene') {
3542
+ while (root.firstChild) {
3543
+ root.removeChild(root.firstChild);
3544
+ }
3545
} else if (href) {
3546
const xrIframe = document.createElement('xr-iframe');
3547
xrIframe.src = href;
interface.html
@@ -249,7 +249,7 @@ <h3>{{label}}</h3>
249
{{/tab1}}
250
{{#tab2}}
251
<div class=actions>
252
- <a id=action-new class=action>
+ <a id=action-new-scene class=action>
253
<div class=border></div>
254
<div class=icon>
255
<i class="fal fa-sparkles"></i>
0 commit comments