Skip to content

Commit

Permalink
remove non working line
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Aug 28, 2024
1 parent e4c610b commit 303463d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/json-utils_1.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,6 @@ function createEntityFromObj(entityData, parentEl) {
if (entityData.mixin) {
entity.setAttribute('mixin', entityData.mixin);
}
// Ensure the components are loaded before update the UI

entity.emit('entitycreated', {}, false);
});

if (entityData.children) {
Expand Down

0 comments on commit 303463d

Please sign in to comment.