Skip to content

Commit

Permalink
Remove: todo from localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
annidrumm committed Mar 6, 2021
1 parent c1b86bc commit 8d0e6af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function deleteCheck(e) {
const todo = item.parentElement
//Animation
todo.classList.add('fall')
removeLocalTodos(todo)
todo.addEventListener('transitionend', function () {
todo.remove()
})
Expand Down

1 comment on commit 8d0e6af

@vercel
Copy link

@vercel vercel bot commented on 8d0e6af Mar 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.