#todo app

2 messages · Page 1 of 1 (latest)

viscid thunder
#

I did not carefully examine all your code, but a quick skim reveals that deleteTask() removes the item via a splice and never saves it anywhere else. You must save deleted items somewhere if you intend to be able to show them again anywhere.

pure vale
#

ahhhh iseeeee