From d0d4f9849a025f5f9503d50688d31ab30debe652 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 10 Oct 2023 18:31:13 +0100 Subject: [PATCH] Refactor #4505 --- components/lib/ripple/Ripple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/ripple/Ripple.js b/components/lib/ripple/Ripple.js index 234a9803d..f44816648 100644 --- a/components/lib/ripple/Ripple.js +++ b/components/lib/ripple/Ripple.js @@ -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') });