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

Fixed; onDragEnd and onDragStart events now fire as expected.

Open kirgy opened this issue 7 years ago • 1 comments

I found a casing sensitivity issue broke the drag events in my use case, but I have not thoroughly tested cross-clients. Realising it was a quick fix, I've made a hotfix and pull request. Happy to amend if you see this as causing further issues - really sorry to be so abrupt with just sending a pull request without contacting first!

kirgy avatar Oct 28 '16 10:10 kirgy

Created PR as well https://github.com/jellekralt/angular-drag-scroll/pull/18, this issue is "fixed" by editing the documentation, usage in template should read e.g.

<div drag-scroll="true" on-drag-start="fn()"></div>

mikkoviitala avatar Nov 15 '16 11:11 mikkoviitala