mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-20 04:51:51 +00:00
fix ripple not reseting after second click #461
This commit is contained in:
parent
49e1e824ae
commit
47b17b8f35
1 changed files with 2 additions and 3 deletions
|
|
@ -142,9 +142,8 @@
|
|||
|
||||
addEvent(document.body, 'end', this.endRipple);
|
||||
|
||||
this.setPositions(event);
|
||||
|
||||
window.setTimeout(() => {
|
||||
this.$nextTick(() => {
|
||||
this.setPositions(event);
|
||||
this.active = true;
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue