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
258 stars 32 forks source link

vue-dragscroll + vue-draggable #63

Closed jhasuev closed 4 years ago

jhasuev commented 4 years ago

http://prntscr.com/qweiin

Hi! I have a problem with combine these two plugins.

When I use vue-dragscroll, vue-draggable stopping work.

I think vue-dragscroll blocks any other click events and disallows to work vue-draggable correctly.

How can I to stop blocking click/touch events in all child elements? :nochilddrag doesn't help.

donmbelembe commented 4 years ago

please try version 2.0 and let me know if the issue persist

Neophen commented 4 years ago

Hey the issue persist with version 2.0 @jhasuev did you manage to solve that?