# 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.