Skip to content

Commit

Permalink
fix nested accordions
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Jul 4, 2024
1 parent 28a4f9d commit 228c7a2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ export class PostCollapsible {
*/
@Event() postToggle: EventEmitter<boolean>;

connectedCallback() {
this.collapsedChange();
}

componentDidLoad() {
this.collapsedChange();
this.isLoaded = true;
}

Expand Down

0 comments on commit 228c7a2

Please sign in to comment.