kapetan / vue-long-press-directive

Long press directive plugin for Vue.js
10 stars 4 forks source link

unbind handler typo? #2

Closed estufa8 closed 6 years ago

estufa8 commented 6 years ago

hi. Perhaps the unbind handler should call el.removeEventListener instead of el.addEventListener

kapetan commented 6 years ago

Yes, you are right. Fixed in version 1.0.2.