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 group not working when there are multiple SVG elements in it and the moveable parentElement has a CSS position value other than static.
Version 0.45.0 works, and Version: 0.46.0 - 0.47.6 doesn't work.
Example ( 0.47.6 ) This version is broken https://codepen.io/nathnolt/pen/JjmLWBY
Example ( 0.45.0 ) This version works https://codepen.io/nathnolt/pen/RweMgGO
Thanks for reading
The text was updated successfully, but these errors were encountered:
@nathnolt
@John60676
moveable's new version is released (0.47.7). Check it again.
Sorry, something went wrong.
fix: fix svg group #914
9be5170
Nice, it's fixed :)
No branches or pull requests
Environments
Description
Moveable group not working when there are multiple SVG elements in it and the moveable parentElement has a CSS position value other than static.
Version 0.45.0 works, and
Version: 0.46.0 - 0.47.6 doesn't work.
Example ( 0.47.6 ) This version is broken
https://codepen.io/nathnolt/pen/JjmLWBY
Example ( 0.45.0 ) This version works
https://codepen.io/nathnolt/pen/RweMgGO
Thanks for reading
The text was updated successfully, but these errors were encountered: