Skip to content

Commit

Permalink
feat: 再提一个commit
Browse files Browse the repository at this point in the history
  • Loading branch information
minlovehua committed Aug 30, 2023
1 parent 08e1bdd commit c9e8f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/button.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ export class ThyButtonComponent implements OnInit, AfterViewInit {
constructor(private elementRef: ElementRef, private renderer: Renderer2) {}

ngOnInit() {
this.updateClasses();
this._initialized = true;
this.updateClasses();
}

ngAfterViewInit() {
Expand Down

0 comments on commit c9e8f9b

Please sign in to comment.