Open
Description
I have a really strange setup and the built-in scrolling in Sortable doesn't work for me (it's a case far outside of what you'd want to support).
I was going to implement my own scroll handler, sort of similar to the built-in one, but noticed that the dragover event is getting cancelled: https://github.com/RubaXa/Sortable/blob/26f148ce4456fd21e5c149c1c5d637ebc116034f/Sortable.js#L461
I am wondering if that has to get cancelled there. And if so, would you consider exposing an event or something in Sortable I could hook into as an alternative.
Thanks,
Chris