jellekralt / angular-drag-scroll

Lightweight drag to scroll directive for AngularJS
MIT License
35 stars 27 forks source link

stops inputs from working #25

Open NathanMason opened 5 years ago

NathanMason commented 5 years ago

I have used this to make tables draggable. however any inputs within the tables become unusable. by that I mean they do not get focus.

samir-plusb commented 3 years ago

I am a little bit late to the party, but we had the same problem here, too. We created a fork to remove the e.stopPropagation() and e.preventDefault() calls: https://github.com/samir-plusb/angular-drag-scroll/commit/60991a0be0cec06f2578dfd372f5210d5a2e65ef

Please use with caution!