Skip to content

Commit

Permalink
Fixed #4564 - Using Tailwind setup - the Ripple data attributes get a…
Browse files Browse the repository at this point in the history
…dded automatically
  • Loading branch information
mertsincan committed Oct 10, 2023
1 parent 5ff7eb8 commit 471fdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/ripple/Ripple.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const Ripple = BaseRipple.extend('ripple', {
if (config && config.ripple) {
this.create(el);
this.bindEvents(el);
}

el.setAttribute('data-pd-ripple', true);
el.setAttribute('data-pd-ripple', true);
}
},
unmounted(el) {
this.remove(el);
Expand Down

0 comments on commit 471fdc9

Please sign in to comment.