mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4505
This commit is contained in:
parent
84ddea5136
commit
d0d4f9849a
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue