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
I am using container inside another container (not immediate to its parent but somewhere deep down in parent) sortablecontainer
sortableItem ...... some childs
/sortableItem .... so on
/sortablecontainer
As soon as i click on drag handle it moves in either top or bottom direction with some offset.
Moreover its element is getting outside of container even after using lockAxis and locktocontaineredges.
I am not able to find any solution for this
The text was updated successfully, but these errors were encountered:
Similar issue on mine too, i am searching for the fixes, but couldn't find any.
Sorry, something went wrong.
No branches or pull requests
I am using container inside another container (not immediate to its parent but somewhere deep down in parent)
sortablecontainer
sortableItem
... so on **sortablecontainer** **sortableItem** **/sortableItem** **/sortablecontainer**...... some childs
/sortableItem
.... so on
/sortablecontainer
As soon as i click on drag handle it moves in either top or bottom direction with some offset.
Moreover its element is getting outside of container even after using lockAxis and locktocontaineredges.
I am not able to find any solution for this
The text was updated successfully, but these errors were encountered: