-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Reordering corrupting important list order
When re-ordering the updated order was based on the currently rendered todos. This meant that when a subset of star roles were active the updated order would only include those and therefore lose all the other important todos from other star roles. The fix was to lookup the index of the todo in the complete important list order and update based on those indices rather than the ones emitted on the event based on the currently rendered todos.
- Loading branch information
1 parent
79892d2
commit 1337728
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters