Skip to content

Commit

Permalink
fix(MdRipple): clear ripples if called programatically (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed Jan 24, 2018
1 parent 0f7e28f commit 9e6aa8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdRipple/MdRipple.vue
Expand Up @@ -60,6 +60,7 @@
this.startRipple(active)
this.$emit('update:mdActive', false)
}
this.clearWave()
}
},
methods: {
Expand Down

0 comments on commit 9e6aa8a

Please sign in to comment.