documentation

This commit is contained in:
rheabhutada02
2022-11-29 15:59:57 -08:00
parent 5405cbfd7c
commit ea41495e49
2 changed files with 58 additions and 64 deletions

View File

@@ -117,7 +117,7 @@ function initFormHandler() {
tagLabel.addEventListener("click",()=> {
tagContainer.removeChild(tagLabel);
});
// Adds the tag
tagContainer.append(tagLabel);
tagField.value = "";