Skip to content

Commit 5b36d46

Browse files
fix(conflicts): resolve merge conflicts
2 parents a98f017 + 29c6f0a commit 5b36d46

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/aframe-dialog-popup-component.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ AFRAME.registerComponent('dialog-popup', {
191191
* Spawns the entities required to support this dialog.
192192
*/
193193
init: function init() {
194-
this.spawnEntities();
195194
this.cameraEl = document.querySelector('[camera]');
195+
this.spawnEntities();
196+
this.el.emit('loaded');
196197
},
197198

198199
/**

0 commit comments

Comments
 (0)