diff --git a/ripple/internal/ripple.ts b/ripple/internal/ripple.ts index a772d97808..6a0ed62899 100644 --- a/ripple/internal/ripple.ts +++ b/ripple/internal/ripple.ts @@ -374,6 +374,7 @@ export class Ripple extends LitElement implements Attachable { } private async endPressAnimation() { + this.rippleStartEvent = undefined; this.state = State.INACTIVE; const animation = this.growAnimation; let pressAnimationPlayState = Infinity;