issues
search
turbolent
/
collection-view
UICollectionView for the web
MIT License
67
stars
7
forks
source link
Bugfixes
#6
Closed
turbolent
closed
6 years ago
turbolent
commented
6 years ago
Fix
changeIndices
: calculate offsets with sorted indices
Fix
updateLayout
: load the whole range of elements that are visible
Add more tests and reduce boilerplate
Ensure indices are not negative
changeIndices
: calculate offsets with sorted indicesupdateLayout
: load the whole range of elements that are visible