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
It would be great to allow only certain part of the draggable elements to actually initiate drag. Example of such UI is below:
Only the hamburger icons should be used for dragging, however the entire element should be dragged.
The text was updated successfully, but these errors were encountered:
Hi @IlyaSemenov,
That's a great suggestion. Probably I'll add an additional option handlerSelector and if it is available in the list of options we can force this behavior. What do you think about this way of using?
handlerSelector
Sorry, something went wrong.
Yes that's exactly how I see it.
I've published v1.1.0 with possibility to define handle element. 🚀 Take a look at example
Successfully merging a pull request may close this issue.
It would be great to allow only certain part of the draggable elements to actually initiate drag. Example of such UI is below:
Only the hamburger icons should be used for dragging, however the entire element should be dragged.
The text was updated successfully, but these errors were encountered: