-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(listview): update index after items removed (#5135)
* fix(listview): update index after pop * tests(listview): import future for type hints * ensure pop error is original index rather than normalized * fix(listview): update index after remove_items * update changelog * reinstate always_update to index reactive * Revert "reinstate always_update to index reactive" This reverts commit 68e205e. * handle unchanged index without always_update * update changelog * update changelog * add docstrings --------- Co-authored-by: Will McGugan <willmcgugan@gmail.com> Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
- Loading branch information
1 parent
79df474
commit 8c8057b
Showing
3 changed files
with
143 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
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
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