darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

Item logic breaks when starting with no items #219

Open darsain opened 9 years ago

darsain commented 9 years ago

As reported here:

When loading Sly with no item, and adding more than one item dynamically (with add() method), it remains blocked on the first item.