ynn1k / simple-js-tasklist

I thought, noone has ever built a task list with js, right?
2 stars 4 forks source link

fix: correct bug where remove did not reload correctly #16

Closed SoftwrDev closed 2 years ago

SoftwrDev commented 2 years ago

This fix the bug that if you reloaded the page the checkbox were still checked as completed. The problem was the tasks were not serialized correctly after completion.

Closes #15