We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moveable allows to move an element out of the container. The problem also occurs without transform: scale. Any advice?
transform: scale
The text was updated successfully, but these errors were encountered:
I think I solved the problem by adding a container with a specific css style.
But still there are some imperfections when I change transform-origin to center
transform-origin
center
https://codesandbox.io/s/magical-mirzakhani-b17ts7?file=/index.html
Sorry, something went wrong.
If I avoid using display: flex and transform-origin: center everything is ok. But when I want to center the drag area, I get the same bug again.
display: flex
transform-origin: center
https://codesandbox.io/s/gifted-matsumoto-7zhe67?file=/src/styles.css
test: test drag accuracy #699
9c7e8c7
fix: enhance bounds accuracy #699
9aee6bd
@mdominiak2
lit-moveable
moveable
preact-moveable
react-compat-moveable
react-moveable
svelte-moveable
vue-moveable
vue3-moveable
ngx-moveable
moveable's new version is released. Check it again.
It may not be perfect, but it has improved the accuracy a lot.
Thanks. Great job.
No branches or pull requests
Environments
Description
Moveable allows to move an element out of the container.
The problem also occurs without
transform: scale
.Any advice?
The text was updated successfully, but these errors were encountered: