Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure ListView.index is correct in all post-mount situations
This seeks to fix Textualize#1588 by ensuring that the index property is set to an acceptable value after any items have been mounted within the ListView, thus ensuring that an inherited ListView, which uses compose to add items rather than having them passed via __init__, works as expected.
- Loading branch information