Skip to content

Commit

Permalink
Revert isAttached change based on review feedback. Deemed a breakin…
Browse files Browse the repository at this point in the history
…g change.
  • Loading branch information
Steven Orvell committed Sep 13, 2019
1 parent 9c80994 commit 1ff51e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy/legacy-element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ export const LegacyElementMixin = dedupingMixin((base) => {
* @override
*/
connectedCallback() {
this.isAttached = true;
super.connectedCallback();
this.isAttached = true;
this.attached();
}

Expand Down

0 comments on commit 1ff51e6

Please sign in to comment.