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
When rotating an item there is an error swapping the axis:
utils.ts:593 Uncaught TypeError: Cannot read properties of undefined (reading 'w') at t.swap (utils.ts:593:76) at e._keyEvent (dd-draggable.ts:311:13)
This also results in the grid becoming locked when dropping the item.
Go to the docs (currently on version 10.3.0) start dragging any non equal width/height item and hit 'r'.
The grid should not lock, and no error should be produced.
The text was updated successfully, but these errors were encountered:
weird, that used to work (breaks in float.html demo as well) even though I just added it. thanks.
Sorry, something went wrong.
this was introduced by this fix #2712 in 10.2.1 (10.2.0 where 'r' was added is fine)
fix rotation error
91f8329
* fix gridstack#2734 * this was introduced by another fix in 10.2.1
e77dc3e
Successfully merging a pull request may close this issue.
Subject of the issue
When rotating an item there is an error swapping the axis:
This also results in the grid becoming locked when dropping the item.
Your environment
Steps to reproduce
Go to the docs (currently on version 10.3.0) start dragging any non equal width/height item and hit 'r'.
Expected behavior
The grid should not lock, and no error should be produced.
The text was updated successfully, but these errors were encountered: