• Einar Norðfjörð's avatar
    This fixes a bug in the mithril TodoMVC application · 6af87b86
    Einar Norðfjörð authored
    The bug is caused by lack of keying.
    
    To reproduce the bug:
    1. Open the app
    2. Create at least two tasks
    3. Complete all tasks
    4. Go to the completed view
    5. uncheck the top item
    6. Voilá, see how the first item in the list now has an unchecked checkbox
    6af87b86
main-view.js 2.31 KB