You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: