Skip to content
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

Fixing the buggy drag container movement in scaled mode. #1393

Closed

Conversation

JitendraCh-Kore
Copy link

When parent is scaled (like transform: scale(0.5)) then even after applying transformScale props, it was not proper dragging experience. After removing the above line it's working proper.

Thanks for submitting a pull request to RGL!

Please reference an open issue. If one has not been created, please create one along with a failing
example or test case.

Please do not commit built files (/dist) to pull requests. They are built only at release.

When parent is scaled (like transform: scale(0.5)) then even after applying transformScale props, it was not proper dragging experience. After removing the above line it's working proper.
@jamesonhill
Copy link

jamesonhill commented Feb 19, 2021

I am also having this issue. I confirmed this change by @JitendraCh-Kore fixes it.

Screen.Recording.2021-02-18.at.3.04.17.PM.mov

@ronyland
Copy link

ronyland commented Mar 8, 2021

I fixed it by updating the react-draggable from version 2.2.2 to version 4.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants