Wilson Tian

Results 45 comments of Wilson Tian

@paul-mesnilgrente you can make the scroll container's size same as the viewport, e.g. set `height` to `100vh`. ``` const ScrollingComponent = withScrolling('div'); const ITEMS = [1, 2, 3, 4, 5,...

@paul-mesnilgrente I made a little style change to my earlier comment. Also created a page here https://codesandbox.io/s/cranky-mountain-vnp66 Can you see if it works for you?

@paul-mesnilgrente appreciate it if you can raise a PR

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.

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

which package is the type being defined?

@KirillZhdanov would you like to create a PR to fix it?

@KirillZhdanov Updated in https://github.com/TechStark/react-dnd-scrolling/releases/tag/v1.3.0 Thanks for your reporting.

this should work with `react-dnd-touch-backend`. try example here https://codesandbox.io/s/react-dnd-scrolling-mobile-demo-r35bxf

I have the same issue. What's the command line to reproduce the same `opencv.js` file as the official release? It's not documented in https://docs.opencv.org/4.9.0/d4/da1/tutorial_js_setup.html