Open NathanMason opened 5 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!
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.