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
Hi,
I need to create Action once drop completed... but accept callback fires ,when move starts and passing multiple unwanted updates to server
let options = {
accepts: function (el, target, source, sibling) { console.log(el, source, target, sibling); // This fires when moving return true; } };
The text was updated successfully, but these errors were encountered:
Mr.Bevacqua ???
Any Idea ???
Sorry, something went wrong.
@sajumani you should look into the drop event.
(this is using ES2015)
Dragula([...]) .on('drop', (el, target, source, sibling) => { // Create Action here });
No branches or pull requests
Hi,
I need to create Action once drop completed... but accept callback fires ,when move starts and passing multiple unwanted updates to server
let options = {
The text was updated successfully, but these errors were encountered: