Skip to content

Commit

Permalink
remove duplicated disconnectedCallback call
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Oct 24, 2022
1 parent c6f2019 commit 0c84b75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/a-entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ class AEntity extends ANode {

if (!this.parentEl) { return; }

super.disconnectedCallback();

// Remove components.
for (componentName in this.components) {
this.removeComponent(componentName, false);
Expand Down

0 comments on commit 0c84b75

Please sign in to comment.