Skip to content

Commit

Permalink
Update lifelog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-tausifalam committed Nov 18, 2024
1 parent acd8cc9 commit 6496791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lifelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function removeLogs() {
// }

// moodicons
let moody = document.querySelector(".moodicons");
let moody = document.querySelectorAll(".moodicons");
moody.addEventListener("click", () => {
if (userTxtInput.focus() == true){
userTxtInput.focus();
Expand Down

0 comments on commit 6496791

Please sign in to comment.