react-dnd-scrolling
react-dnd-scrolling copied to clipboard
A smooth scrolling container for draggable items
StrengthFuncton wrong type for point argument, currently it's not number as specified, but {x:number, y:number}. I believe it should be smth like: ``` interface Point { x: number; y: number:...
Not sure what's causing this, any ideas? BTW loom cuts out the element when its being dragged, but you can tell it scrolls to top. https://www.loom.com/share/db39ecc5bf164b98aea4f67b0c2cc94c
With https://github.com/gaearon/react-dnd-touch-backend Not work properly.. can move one per item and just stuck
Hi, I am looking into this kind of behavior but applied to the viewport instead of a DOM element. Or there's a way to create "an invisible" DOM element which...
I ported https://github.com/azuqua/react-dnd-scrollzone/pull/20/files on this repo. I'm having one issue when trying to run the example, if I don't bump the version number it gets the one on NPM packages...
So there is a library, that lacks only 1 functionality - autoscroll: https://github.com/ValentinH/react-easy-sort There is a dnd kit, which is heavy and hard to implement. Maybe someone can merge 2...
When I install this package, the latest version of **react-dnd** (16.x) also gets installed while I already gave **react-dnd** (15.x). And that is super important because **react-dnd 15.x** was still...
Hi, I don't understand this part of code. The [`createScrollingComponent`](https://github.com/TechStark/react-dnd-scrolling/blob/c3523f827f49494774060e1239d6485d7e5c24f4/src/index.jsx#L86C1-L86C7) function does not have the same name as [`withScrolling`](https://github.com/TechStark/react-dnd-scrolling/blob/c3523f827f49494774060e1239d6485d7e5c24f4/types/index.d.ts#L34) type declaration. How are they connected? Actually, `withScrolling` has not been...
Hi, I found that some bundler will treat the actuall main file(/dist/index.cjs) as esm, which cause unexpected behavior
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...