mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Ripple remove attribute
This commit is contained in:
parent
166b92f66f
commit
08b62ecc01
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue