dom_autoscroller icon indicating copy to clipboard operation
dom_autoscroller copied to clipboard

Results 16 dom_autoscroller issues
Sort by recently updated
recently updated
newest added

Currently, I am using angularDragula for angualr 1.X versions. What would be the module to include this as dependency and use the service

Hi! I'm trying to use this nice module, but for some reason this module is hitting a unexpected token export when I try to import the library (after a standard...

The boolean switch in the `destroy()` is a temporary measure. In version 3 `scroller.destroy(boolean)` won't be available, and will instead just be `scroller.destroy()`.

Thanks for the handy library. I'm using it in conjunction with Dragula. I was having some issues getting it to work with the target element as `window` (also with other...

Dragging specific items from a list div works, drag an entire list div horizontally off-screen? Question: Is there a way to drag an entire list div horizontally to a position...

I have a doc with a limited height (overflow scroll) and inside this I have a number of elements with the “draggable” attribute. I’m trying to use this package to...