-
-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrollable not working #150
Comments
Use onScroll event and the scrollContainer should use document.documentElement instead of document.body. |
@daybrush It can scroll, but position is wrong when you scroll and drag |
Just want drag position should be updated when hold drag and scroll. the same to resize, rotate |
I think I should check. Only drag is supported, not resize and rotate. |
A new version has been released.
Update to the new version. Thank you :) |
@daybrush How can use scrollable?
See this demo, scrollable not working as expect.https://codesandbox.io/s/react-moveable-demo-cudj3
The text was updated successfully, but these errors were encountered: