Ripple remove attribute

This commit is contained in:
tugcekucukoglu 2024-05-09 08:54:40 +03:00
parent 166b92f66f
commit 08b62ecc01

View file

@ -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');
}
}
},