There was an error while loading. Please reload this page.
1 parent f8a65f2 commit 2a0ce68Copy full SHA for 2a0ce68
src/core/a-node.js
@@ -23,7 +23,7 @@ module.exports = registerElement('a-node', {
23
attachedCallback: {
24
value: function () {
25
var mixins = this.getAttribute('mixin');
26
- this.sceneEl = this.isScene ? this : this.closestScene();
+ this.sceneEl = this.closestScene();
27
this.emit('nodeready', {}, false);
28
if (mixins) { this.updateMixins(mixins); }
29
},
0 commit comments