robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
216 stars 27 forks source link

v-touch:tap passes touches through when @click would not #5

Open jeffderek opened 2 years ago

jeffderek commented 2 years ago

If you have a modal popup that puts a button directly over another button, using @click causes only the top button on the modal popup to be pressed. v-touch:tap doesn't prevent the press from going all the way through to the bottom button.