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 would love to have the option to only swap items on dropping the currently dragged one! A "lazy mode" if you will. :)
The text was updated successfully, but these errors were encountered:
@squirrel-bat It's currently on my list. I'll let you know when it's ready.
Sorry, something went wrong.
@squirrel-bat swap on drop is now supported in v0.3.0. You can enable it using swapMode: 'drop'.
swapMode: 'drop'
Example:
createSwapy(container, { swapMode: 'drop' })
Thank you, much appreciated!
No branches or pull requests
I would love to have the option to only swap items on dropping the currently dragged one!
A "lazy mode" if you will. :)
The text was updated successfully, but these errors were encountered: