chore(playground): remove todo [ci skip]

This commit is contained in:
三咲智子 Kevin Deng 2024-02-10 15:56:57 +08:00
parent 3550765147
commit 4fc344fde6
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ function handleAdd() {
title: value.value,
completed: false,
})
// TODO: clear input
value.value = ''
}