pull/4604/head
mertsincan 2023-10-10 18:31:13 +01:00
parent 84ddea5136
commit d0d4f9849a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const Ripple = BaseRipple.extend('ripple', {
'data-p-ink': true,
'data-p-ink-active': false,
class: !this.isUnstyled() && this.cx('root'),
onAnimationEnd: this.onAnimationEnd,
onAnimationEnd: this.onAnimationEnd.bind(this),
'p-bind': this.ptm('root')
});