Ripple remove attribute
parent
166b92f66f
commit
08b62ecc01
|
@ -11,6 +11,7 @@ const Ripple = BaseRipple.extend('ripple', {
|
||||||
this.$host.setAttribute('data-pd-ripple', true);
|
this.$host.setAttribute('data-pd-ripple', true);
|
||||||
} else {
|
} else {
|
||||||
this.remove(this.$host);
|
this.remove(this.$host);
|
||||||
|
this.$host.removeAttribute('data-pd-ripple');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue