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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
It happens eventually and depends from target width. I suppose it's because of calculation of _rowMargin in initializeData() func - there is a division by two, frequently causing values like 38.5 or so. It should be rounded, i think. Not sure where to do it better - in initializeData() func or in positionItems() func, right before pushing values into css's translate3d().
I found it in dart version but looks like JS version should have the same issue.