Norserium

Results 216 comments of Norserium

Hello, @uragecz! Could you provide the sandbox that reproduces the described problem? I [can't reproduce](https://codesandbox.io/s/react-indiana-drag-scroll-default-swxue?file=/index.js:0-587) it.

I've set the wrong version in that example. Now I reproduced this problem successfully.

No, it's not. Me need some time to investigate the real solution, because it's pretty tough situation. I should prevent default behavior on click at the draggable element, but when...

Perhaps, it's needed `preventDefault` prop, that can be used to disable preventing default behavior for click/touches. But it's pretty straightforward solution.

There are plenty of different bugs, that were eliminated in the next versions. To solve your problem right now, you may use the following [temporary solution](https://codesandbox.io/s/react-indiana-drag-scroll-default-rdk1q?file=/index.js) instead.

@ZempaiZemex, I didn't decided what solution I should implement. It seems that there is no the universal solution that would be suitable for all cases. Currently you could use the...

@uragecz, why you should pass ref many times? Could you show this case? The ref used in my example is not passed to any elements. I [changed the example](https://codesandbox.io/s/react-indiana-drag-scroll-deep-bs5go?file=/index.js) to...

@uragecz, this ref is exist only to contain the internal state. I can use `useState` hook but it will produce the redundant rerender. To make this workaround more beautiful (especially...

Hello! I will investigate this problem at weekends.

I've never developed for languages with right-to-left script yet, so could you describe, what's desirable behavior in this case? Should scroll start at the end but scrolling should not be...