Skip to content

Commit

Permalink
fixup! feat(material/button): make button ripples lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Mar 6, 2023
1 parent 6b2cbec commit d6b4ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/button/button-base.ts
Expand Up @@ -115,7 +115,7 @@ export class MatButtonBase

// The button ripple does not render until it is referenced.
if (!this._buttonRipple._initialized) {
this._buttonRipple._render();
this._buttonRipple._renderRipple();
}
return this._buttonRipple;
}
Expand Down

0 comments on commit d6b4ec3

Please sign in to comment.