react-dnd-scrolling icon indicating copy to clipboard operation
react-dnd-scrolling copied to clipboard

ported scrolling viewport on this repo

Open paul-mesnilgrente opened this issue 4 years ago • 1 comments

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 instead of the local one. If I bump the version number it gets the local files but I run into this issue:

TypeError: this.context.dragDropManager is undefined

Do you have an idea?

paul-mesnilgrente avatar Aug 17 '21 15:08 paul-mesnilgrente

maybe you need to move the example folder to another directory (which does not have node_modules) temporarily. You can link the package to the local version.

ttt43ttt avatar Aug 18 '21 14:08 ttt43ttt

now the examples are moved to separate repo https://github.com/TechStark/react-dnd-scrolling-examples

ttt43ttt avatar Mar 30 '23 13:03 ttt43ttt