donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
257 stars 32 forks source link

fix: check for MouseEvent #28

Closed Aterbonus closed 5 years ago

Aterbonus commented 5 years ago

Checking for e.clientX or e.clientY may give false positives for TouchEvent if either of both are 0

donmbelembe commented 5 years ago

I just fixed some eslint issues on your PR, check if I didn't break anything on line 24

Aterbonus commented 5 years ago

It's ok