angular-drag-scroll icon indicating copy to clipboard operation
angular-drag-scroll copied to clipboard

stops inputs from working

Open NathanMason opened this issue 5 years ago • 1 comments

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.

NathanMason avatar Oct 02 '19 00:10 NathanMason

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!

samir-plusb avatar Apr 09 '21 15:04 samir-plusb