robinrodricks / vue3-touch-events

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

Clear timer on unmount #34

Closed pavel-zhdanov closed 7 months ago

pavel-zhdanov commented 7 months ago

If you delete an element before the "hold" event, you can get the error Uncaught TypeError: Cannot read properties of undefined (reading 'callbacks')

image

robinrodricks commented 7 months ago

Looks good thanks!

robinrodricks commented 7 months ago

Published vue3-touch-events@4.1.7.

Pls check and see if it works.