From 08b62ecc017402204e70e487bf7253c472b0c8f7 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 9 May 2024 08:54:40 +0300 Subject: [PATCH] Ripple remove attribute --- components/lib/ripple/Ripple.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/ripple/Ripple.js b/components/lib/ripple/Ripple.js index a02620451..69a17995a 100644 --- a/components/lib/ripple/Ripple.js +++ b/components/lib/ripple/Ripple.js @@ -11,6 +11,7 @@ const Ripple = BaseRipple.extend('ripple', { this.$host.setAttribute('data-pd-ripple', true); } else { this.remove(this.$host); + this.$host.removeAttribute('data-pd-ripple'); } } },