Skip to content
New issue

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

sortupdate event doesn't fire when removing a single remaining item in connected lists #149

Open
neonwired opened this issue Jun 17, 2015 · 1 comment

Comments

@neonwired
Copy link

When using connected lists if you remove a single remaining item from one list, leaving no items in that list, the sortupdate event isn't fired, it's only fired by the other connected lists.

Obviously you can listener for the event on both lists but this is messy as you'll get two events for every item move. It should really fire on both if there are connected lists.

@lukasoppermann
Copy link
Owner

Hmm, is it fired before on the list, the item is removed from? Maybe we should have separate events for item removed and item added, so you actually know what happend. But maybe thats an overkill. Feel free to send a PR to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants