fix ripple not reseting after second click #461

This commit is contained in:
Marcos Moura 2017-02-08 19:33:35 -02:00
parent 49e1e824ae
commit 47b17b8f35

View file

@ -142,9 +142,8 @@
addEvent(document.body, 'end', this.endRipple);
this.setPositions(event);
window.setTimeout(() => {
this.$nextTick(() => {
this.setPositions(event);
this.active = true;
});
},