Ripple remove attribute

pull/5756/head
tugcekucukoglu 2024-05-09 08:54:40 +03:00
parent 166b92f66f
commit 08b62ecc01
1 changed files with 1 additions and 0 deletions

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