Skip to content

Commit

Permalink
fix: remove reactionDisposer
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Nov 23, 2023
1 parent b214111 commit 3ad8d2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/app/aem-sidekick.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class AemSidekick extends LitElement {
}

disconnectedCallback() {
this.reactionDisposer(); // Dispose reaction
super.disconnectedCallback();
}

Expand Down

0 comments on commit 3ad8d2f

Please sign in to comment.