i have make this todo list
and add click function on li
but in the li there is a delete button also to delete the task
when i click on trash button then it consider as li click
i want to make two clicks function one on li and other on button
how can i achieve this without changing the html structure
