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

Enable dragscroll on every child element except a certain one. #23

Closed dhotlo2 closed 5 years ago

dhotlo2 commented 5 years ago

I have tried v-dragscroll="false", :nochilddrag, :firstchilddrag, etc.

My issue is that I have a parent element that I want to enable dragscroll on. I also want to allow dragscroll on its children and grandchildren. But down the tree, the last element is a card that has drag and drop functionality. For just these cards, I want to disable dragscrolling. I have no been able to achieve this at all.

donmbelembe commented 5 years ago

Right now the plugin does not support this feature

dhotlo2 commented 5 years ago

Right now the plugin does not support this feature

Is there a workaround that I can use to achieve this for the time being?